Skip to content

Commit

Permalink
tshoot action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Nov 16, 2023
1 parent 8746f0b commit c366743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2
run: |
curl -fsSL https://get.docker.com -o /tmp/install-docker.sh
sh /tmp/install-docker.sh
-
name: go test
run: |
Expand Down

0 comments on commit c366743

Please sign in to comment.