We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eb2e7 commit a2813a2Copy full SHA for a2813a2
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
npm ci
18
npm run build
19
- name: Run tests
20
- uses: cypress-io/github-action@v4
+ uses: cypress-io/github-action@v5
21
with:
22
record: false
23
start: npm run test:server
.github/workflows/non-main.yml
@@ -26,7 +26,7 @@ jobs:
26
retention-days: 5
27
path: /home/runner/work/lovelace-hourly-weather/lovelace-hourly-weather/dist/hourly-weather.js
28
29
30
31
record: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' }}
32
0 commit comments