Skip to content

Merge pull request #16 from ok-nick/testing #47

Merge pull request #16 from ok-nick/testing

Merge pull request #16 from ok-nick/testing #47

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
paths:
- "**.yml"
pull_request:
paths:
- "**.yml"
defaults:
run:
shell: bash
jobs:
test-cache:
uses: ./.github/workflows/env.yml
with:
cache: true
test-no-cache:
uses: ./.github/workflows/env.yml
with:
cache: false