Skip to content

Commit

Permalink
Ci/cd fix (#47)
Browse files Browse the repository at this point in the history
* Update tests.yaml

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml
  • Loading branch information
Rhonstin committed Aug 6, 2024
1 parent ebe0bf4 commit d35f887
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ on:
branches:
- staging
- main
- CI/CD-fix
pull_request:
branches:
- staging
- main
- CI/CD-fix

jobs:
test:
name: E2e tests
runs-on: silent-shard-snap-builder
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: echo "API_KEY=${{ secrets.API_KEY }}" >> $GITHUB_ENV
- run: echo "APP_ID=${{ secrets.APP_ID }}" >> $GITHUB_ENV
- run: npm ci
Expand Down

0 comments on commit d35f887

Please sign in to comment.