mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
fix
This commit is contained in:
parent
7cd19c34d5
commit
83282a2f67
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -32,7 +32,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: gogaille/sparse-checkout
|
uses: gogaille/sparse-checkout
|
||||||
|
with:
|
||||||
patterns: '${{ matrix.service }} gen-service-version.js'
|
patterns: '${{ matrix.service }} gen-service-version.js'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
ls .
|
ls .
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,3 @@
|
||||||
echo 'running bar!'
|
echo 'running bar!'
|
||||||
echo 'cool new feature -fixing feature'
|
echo 'cool new feature -fixing feature'
|
||||||
echo 'new feature'
|
echo 'new feature'
|
||||||
|
|
||||||
echo 'and here'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue