Skip to content

Fast tests

Fast tests #354

Workflow file for this run

name: Fast tests
on:
# Run on every PR to master that is ready to review (i.e., not draft).
pull_request:
# https://github.community/t/dont-run-actions-on-draft-pull-requests/16817/19
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
# Run for every change in master.
push:
branches:
# Comment this out to run when committing on the branch.
- master
# Run manually.
workflow_dispatch:
schedule:
# Run this once a day even if there are no commits.
- cron: '0 0 */1 * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run_fast_tests:

Check failure on line 23 in .github/workflows/fast_tests.yml

View workflow run for this annotation

GitHub Actions / Fast tests

Invalid workflow file

The workflow is not valid. .github/workflows/fast_tests.yml (Line: 23, Col: 3): Error calling workflow 'causify-ai/helpers/.github/workflows/common_run_tests.yml@master'. The workflow is requesting 'statuses: write, id-token: write', but is only allowed 'statuses: none, id-token: none'.
uses: causify-ai/helpers/.github/workflows/common_run_tests.yml@master
with:
test-name: run_fast_tests