Skip to content

Commit 72ccaad

Browse files
committed
fix(ci): load Docker image into daemon and fix node syntax check command
1 parent a04d2e4 commit 72ccaad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ jobs:
6363
context: .
6464
file: ./Dockerfile
6565
push: false
66+
load: true
6667
tags: budget-automation:test
6768
cache-from: type=gha
6869
cache-to: type=gha,mode=max
6970

7071
- name: Test Docker image
7172
run: |
72-
docker run --rm budget-automation:test node -c src/server.js
73+
docker run --rm budget-automation:test node --check src/server.js

0 commit comments

Comments
 (0)