Skip to content

Commit

Permalink
fix secret loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 21, 2023
1 parent d356be5 commit 14b93a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- name: Build all targets (cabal)
run: cabal v2-build --enable-tests --enable-benchmarks all
- name: Run all tests (cabal)
run: MAESTRO_API_KEY=${{ secrets.MAESTRO_API_KEY }} cabal v2-test maestro-sdk-tests
env:
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
run: cabal v2-test maestro-sdk-tests
- name: Run doctest (docspec)
run: |
# Install docspec and run doctests.
Expand Down

0 comments on commit 14b93a9

Please sign in to comment.