Skip to content

Commit

Permalink
fix: Remove build image step
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 14, 2024
1 parent f00d9b5 commit 600b060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
run: npm run build
- name: test
run: npm run test
- name: build image
run: docker build . -t nft-server

0 comments on commit 600b060

Please sign in to comment.