Skip to content

Commit

Permalink
build: drop the test from the release pipeline (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 15, 2024
2 parents 7fd4b09 + 09b0d2a commit a2f882e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Expand Up @@ -4,16 +4,8 @@ on:
release:
types: [created]

env:
EARTHENGINE_SERVICE_ACCOUNT: ${{ secrets.EARTHENGINE_SERVICE_ACCOUNT }}
EARTHENGINE_PROJECT: ${{ secrets.EARTHENGINE_PROJECT }}

jobs:
tests:
uses: ./.github/workflows/unit.yaml

deploy:
needs: [tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a2f882e

Please sign in to comment.