Skip to content

Commit dfd82ad

Browse files
committed
yarn included
1 parent d575a51 commit dfd82ad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
17+
- name: test
18+
uses: actions/checkout@v2
19+
uses: borales/[email protected]
20+
with:
21+
cmd: install
22+
uses: borales/[email protected]
23+
with:
24+
cmd: test
25+
1626
- name: Get git tag
1727
id: git_info
1828
if: startsWith(github.ref, 'refs/tags/')
@@ -65,14 +75,4 @@ jobs:
6575
push: true
6676
cache-from: type=local,src=/tmp/.buildx-cache
6777
cache-to: type=local,dest=/tmp/.buildx-cache
68-
build:
69-
name: test
70-
runs-on: ubuntu-latest
71-
steps:
72-
- uses: actions/checkout@v2
73-
- uses: borales/[email protected]
74-
with:
75-
cmd: install
76-
- uses: borales/[email protected]
77-
with:
78-
cmd: test
78+

0 commit comments

Comments
 (0)