Skip to content

Commit

Permalink
Fix error in nightly CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Sep 28, 2021
1 parent 10c8008 commit 7ac2835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nighly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run full AMMR tests
env:
RLM_LICENSE: [email protected]
RLM_LICENSE_PASSWORD: ${{ secrets.LICENSE_PASSWORD }}
run: pytest --runslow -n 4 --instafail Tests
run: pytest --runslow -n 4 Tests


0 comments on commit 7ac2835

Please sign in to comment.