Skip to content

Commit

Permalink
Test env. variables with same versions we use for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jan 29, 2024
1 parent fa3b587 commit ef4a30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- run: env
- name: Check environment variables
run: |
${INSTALL_DIR_FOR_ELIXIR}/elixir --version
${INSTALL_DIR_FOR_ELIXIR}/elixir -v
${INSTALL_DIR_FOR_GLEAM}/gleam --version
${INSTALL_DIR_FOR_OTP}/erl -version
${INSTALL_DIR_FOR_REBAR3}/rebar3 version
9 changes: 5 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ jobs:
- run: env
- name: Check environment variables
run: |
${INSTALL_DIR_FOR_ELIXIR}/elixir --version
${INSTALL_DIR_FOR_GLEAM}/gleam --version
${INSTALL_DIR_FOR_OTP}/erl -version
${INSTALL_DIR_FOR_REBAR3}/rebar3 version
${INSTALL_DIR_FOR_ELIXIR}/elixir -v
${INSTALL_DIR_FOR_GLEAM}/gleam.exe --version
${INSTALL_DIR_FOR_OTP}/erl.exe +V
${INSTALL_DIR_FOR_REBAR3}/rebar3.cmd version
${INSTALL_DIR_FOR_REBAR3}/rebar3.ps1 version
shell: bash

0 comments on commit ef4a30d

Please sign in to comment.