it's fine 2

This commit is contained in:
nora 2022-08-12 14:56:03 +02:00
parent 1325349985
commit 157ae08827
2 changed files with 12 additions and 10 deletions

View file

@ -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]