Skipping a build
Creating a skipped build
Environment variable
jobs:
visual-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- name: Run tests
run: npm run visual-tests # or your test command
env:
ARGOS_SKIPPED: "true"Using the CLI
Last updated
Was this helpful?