Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwalyd committed Jul 12, 2024
1 parent efaaa9b commit 562afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Run tests for QR Code Generator
working-directory: qr-code-generator
run: go test -v ./...
run: go test

- name: Install pytest
run: pip install flask pytest
Expand Down

0 comments on commit 562afa7

Please sign in to comment.