Skip to content

Commit

Permalink
log env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Sep 23, 2023
1 parent d70d38a commit ef6c70f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Any Name Bash Test Step
run: |
echo $MAESTRO_API_KEY
- name: Install dependencies (apt-get)
run: |
sudo apt-get update
Expand Down Expand Up @@ -78,8 +75,6 @@ jobs:
- name: Build all targets (cabal)
run: cabal v2-build --enable-tests --enable-benchmarks all
- name: Run all tests (cabal)
env:
MAESTRO_API_KEY: ${{ secrets.MAESTRO_API_KEY }}
run: cabal v2-test maestro-sdk-tests
- name: Run doctest (docspec)
run: |
Expand Down

0 comments on commit ef6c70f

Please sign in to comment.