Skip to content

Commit

Permalink
chore: add tests using registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 21, 2023
1 parent 6973156 commit 884c290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
main:
prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -63,12 +63,12 @@ jobs:
working-directory: e2e/cypress/e2e

cypress:
needs: main
needs: prepare
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
app: ${{ fromJson(needs.main.outputs.dirs) }}
app: ${{ fromJson(needs.prepare.outputs.dirs) }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 884c290

Please sign in to comment.