setup-rokit/.github/workflows/test.yml

24 lines
321 B
YAML
Raw Normal View History

2023-09-17 22:50:54 -04:00
name: test
2022-07-18 12:38:06 -04:00
on:
2022-07-18 16:05:42 -04:00
workflow_dispatch:
2022-07-18 12:40:16 -04:00
push:
2022-07-18 12:38:06 -04:00
paths:
2022-09-16 22:58:22 -04:00
- "**.yml"
2022-07-18 12:40:16 -04:00
pull_request:
paths:
2022-09-16 22:58:22 -04:00
- "**.yml"
2022-07-18 12:40:16 -04:00
2022-07-18 12:20:56 -04:00
defaults:
run:
shell: bash
2022-07-17 23:41:44 -04:00
jobs:
test-cache:
2023-09-18 00:17:16 -04:00
uses: ./.github/workflows/env.yml
2023-09-20 13:08:44 -04:00
with:
2023-12-30 00:07:40 -05:00
cache: true
test-no-cache:
2023-09-18 00:17:16 -04:00
uses: ./.github/workflows/env.yml
with:
2023-12-30 00:07:40 -05:00
cache: false