Skip to content

Commit fefeb5e

Browse files
chore: use latest v1 for cypress github action
1 parent b6bb097 commit fefeb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
streamlit run src/app.py &
4343
- name: Cypress
44-
uses: cypress-io/github-action@v1.23.2
44+
uses: cypress-io/github-action@v1
4545
with:
4646
working-directory: e2e
4747
wait-on: 'http://localhost:8000'

0 commit comments

Comments
 (0)