Skip to content

Show a last-failed example #7

Show a last-failed example

Show a last-failed example #7

Workflow file for this run

name: Run or8n Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
e2e_tests:
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1, 2, 3]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Reset NX
run: npx nx reset
- name: Run All E2E Tests
env:
CURRENTS_API_URL: https://cy-staging.currents.dev
CURRENTS_PROJECT_ID: ${{secrets.CURRENTS_PROJECT_ID}}
CURRENTS_RECORD_KEY: ${{secrets.CURRENTS_RECORD_KEY}}
CURRENTS_CI_BUILD_ID: ${{ github.run_id }}-${{ github.sha }}
run: npx nx run-many -t or8n --verbose