Skip to content

Commit e9594bc

Browse files
committed
Install dependecies and add build step in test
1 parent 4a3c46e commit e9594bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
username: ${{ github.repository_owner }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
registry: ghcr.io
25+
- name: Install dependecies
26+
run: yarn run install
27+
- name: Build
28+
run: yarn run build
2529
- name: tag hello world image
2630
run: docker pull hello-world:latest && docker tag hello-world:latest ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}}
2731
- name: push hello world image

0 commit comments

Comments
 (0)