Allowing priority in API #3830
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "tests" | |
on: | |
pull_request: | |
branches: [ '**' ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
timeout-minutes: 40 | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: set RUNNING_ON_GITHUB in env.test | |
run: echo RUNNING_ON_GITHUB=1 >> env.test | |
- name: run tests | |
run: ./scripts/test |