Skip to content

Commit

Permalink
run deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 3, 2023
1 parent b8499ae commit 6787a97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
provider:
- aws
# - do
# - gcp
- do
- gcp
fail-fast: false
steps:
- name: "Checkout Infrastructure"
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
echo "SPACES_SECRET_ACCESS_KEY=${{ secrets.SPACES_SECRET_ACCESS_KEY }}" >> $GITHUB_ENV
echo "NEBARI_K8S_VERSION"=1.25.12-do.0 >> $GITHUB_ENV
# - name: Integration Tests
# run: |
# pytest --version
# pytest tests/tests_integration/ -vvv -s -m ${{ matrix.provider }}
- name: Integration Tests
run: |
pytest --version
pytest tests/tests_integration/ -vvv -s -m ${{ matrix.provider }}
- name: Cloud Nuke AWS
if: ${{ matrix.provider == 'aws' && always()}}
Expand Down

0 comments on commit 6787a97

Please sign in to comment.