mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-13 07:13:24 -05:00
ci: Run Workflows on Pull Request (#21)
This commit is contained in:
parent
1c50308a3f
commit
fa24b0e3ce
5 changed files with 32 additions and 12 deletions
11
.github/workflows/directory.yml
vendored
11
.github/workflows/directory.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Test Directory Extraction
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
action:
|
||||
|
|
@ -12,6 +12,9 @@ jobs:
|
|||
name: Extract Contents of Directory from Example Image
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Load action build from cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
@ -36,6 +39,9 @@ jobs:
|
|||
name: Extract Nested Directory from Example Image
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Load action build from cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
@ -56,6 +62,9 @@ jobs:
|
|||
name: Extract Nested Contents of Directory from Example Image
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Load action build from cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue