Skip to content

Commit

Permalink
Disable AWS e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpass99 committed Mar 11, 2023
1 parent 7033644 commit bbf9181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
runs-on: ubuntu-latest
needs: [ compile, test ]
env:
POSEIDON_AWS_ENABLED: true
POSEIDON_AWS_ENABLED: false
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}
POSEIDON_AWS_FUNCTIONS: ${{ secrets.POSEIDON_AWS_FUNCTIONS }}
POSEIDON_AWS_FUNCTIONS: ""
POSEIDON_NOMAD_DISABLEFORCEPULL: true
steps:
- name: Checkout repository
Expand Down

0 comments on commit bbf9181

Please sign in to comment.