Skip to content

Commit

Permalink
missing checkout on gha docker-build
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Aug 2, 2024
1 parent 0be472b commit 2130a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Build docker
run: npm run docker:contracts

0 comments on commit 2130a9f

Please sign in to comment.