mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
21 lines
295 B
YAML
21 lines
295 B
YAML
name: test
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
paths:
|
|
- "**.yml"
|
|
pull_request:
|
|
paths:
|
|
- "**.yml"
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
test-cache:
|
|
uses: ./.github/workflows/env.yml
|
|
test-no-cache:
|
|
uses: ./.github/workflows/env.yml
|
|
with:
|
|
cache: "false"
|