Skip to content

Commit

Permalink
fix e2e image name
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnicolas committed Dec 6, 2024
1 parent 5388bab commit 9e256bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- run: |
sudo apt update
sudo apt install libusb-1.0-0-dev -y
- run: docker build -t "nudle:e2e" .
- run: docker build -t "nudl:e2e" .
- run: go test .

0 comments on commit 9e256bc

Please sign in to comment.