Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 31, 2024
1 parent db8ba13 commit 57fb72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: python -m pytest --cov titiler.cmr --cov-report term-missing -s -vv

deploy:
# needs: [tests]
needs: [tests]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/v')

Expand All @@ -64,7 +64,7 @@ jobs:
working-directory: infrastructure/aws

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '14.x'

- name: Install cdk
run: npm install -g
Expand Down

0 comments on commit 57fb72c

Please sign in to comment.