Skip to content

Commit

Permalink
fixup! Chore(ci): Run e2e test only when it is labeled and on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 27, 2024
1 parent 56d0f60 commit 68a078e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/[email protected]
with:
useRollingCache: true

# Wait for the Netlify preview URL to be ready
# - name: Wait for Netlify Deploy
# uses: mmazzarolo/wait-for-netlify-action@8a7a8d8cf5b313c916d805b76cc498380062d268
Expand Down

0 comments on commit 68a078e

Please sign in to comment.