Skip to content

add a cache delete action #7

add a cache delete action

add a cache delete action #7

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-action:
name: Test Action
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
steps:
- name: Checkout Action
uses: actions/[email protected]
with:
path: mkdir-action
sparse-checkout: |
action.yml
dist
sparse-checkout-cone-mode: false
- name: Create Directory
uses: ./mkdir-action
with:
path: parent/child
- name: Check Directory
shell: bash
run: test -d parent/child