Skip to content

Commit

Permalink
Running all tests with empty .bashrc from Lmod_test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 24, 2022
1 parent a89b437 commit 5fa629b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
#luaVersion: ["5.1", "5.2", "5.3", "5.4"]
luaVersion: ["5.4"]
luaVersion: ["5.1", "5.2", "5.3", "5.4"]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
echo "$PWD/Hermes/bin" >> $GITHUB_PATH
cd -
- name: Run tests
run: tm -k avail
run: tm
- name: show output of failed Lmod tests
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 5fa629b

Please sign in to comment.