mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Update ci.yml
This commit is contained in:
parent
f2ccef5b36
commit
1fb7cc4337
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
- name: Install
|
- name: Install
|
||||||
@ -26,7 +26,3 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
corepack yarn test
|
corepack yarn test
|
||||||
- name: Website Build
|
|
||||||
if: github.ref == 'refs/heads/main'
|
|
||||||
run: |
|
|
||||||
cp README.md docs/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user