Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update GH E2E CI actions
Sebastian Martinez committed 3 years ago
commit 17fa47d41baefa81a565cb7ba5aa876e2aab2e8c
parent 2d7c535e142499232f6db046f8b27bb6dc37102b
1 file changed +3 -2
modified .github/workflows/check-integration-test.yml
@@ -1,15 +1,16 @@
name: check-integration-test
on: [push, pull_request]
jobs:
-
  cypress-run:
+
  chrome:
    runs-on: ubuntu-latest
+
    name: E2E on Chrome
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      # Install NPM dependencies, cache them correctly
      # and run all Cypress tests
      - name: Cypress run
-
        uses: cypress-io/github-action@v2
+
        uses: cypress-io/github-action@v4
        with:
          browser: chrome
          start: npm start