mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
it's fine 2
This commit is contained in:
parent
1325349985
commit
157ae08827
2 changed files with 12 additions and 10 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -4,7 +4,7 @@ name: testing out
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
install-build:
|
||||
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: install
|
||||
id: install
|
||||
run: |
|
||||
run: |
|
||||
echo pnpm install
|
||||
node ./gen-service-version.mjs
|
||||
node ./gen-service-version.js
|
||||
|
||||
foo-service:
|
||||
needs: [install-build]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue