Skip to content

Commit

Permalink
uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Jan 20, 2024
1 parent a60552a commit 1b95f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v2
# - name: Run tests
# run: mkdir frontend/dist && touch frontend/dist/tmp && go test
- name: Run tests
run: mkdir frontend/dist && touch frontend/dist/tmp && go test
- name: Docker build
uses: mr-smithers-excellent/docker-build-push@v6
id: build
Expand Down

0 comments on commit 1b95f5e

Please sign in to comment.