Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add smoke check for production builds
Sebastian Martinez committed 3 years ago
commit 2c085c92faa93ce54289bf1771a0d1af3313fab0
parent 7088a990a29487af62ddc5d47f52bd10f88ef8b0
1 file changed +7 -0
modified .github/workflows/check-build.yml
@@ -12,3 +12,10 @@ jobs:
      - uses: actions/checkout@v2
      - run: npm ci
      - run: npm run build
+
      - name: Cypress run
+
        uses: cypress-io/github-action@v4
+
        with:
+
          browser: chrome
+
          start: npm run serve
+
          wait-on: "http://localhost:4173"
+
          command: npx cypress run --config baseUrl="http://localhost:4173" --spec 'cypress/e2e/home.spec.ts'