mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-16 18:01:34 +00:00
chore: remove tests for node12 and node16 (#205)
Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/205 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
87d973b894
commit
ed98625ae9
1001 changed files with 1 additions and 317660 deletions
17
act/runner/testdata/local-action-js/push.yml
vendored
17
act/runner/testdata/local-action-js/push.yml
vendored
|
@ -1,23 +1,8 @@
|
|||
name: local-action-node12
|
||||
name: local-action-node
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test-node12:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v2
|
||||
- uses: ./actions/node12
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
||||
|
||||
test-node16:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v2
|
||||
- uses: ./actions/node16
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
||||
|
||||
test-node20:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue