Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Apr 28, 2024
1 parent 194136c commit d75ddbb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
mkdir -p ~/.aws
echo "[default]
region = us-west-2
region = us-west-1
" > ~/.aws/config
echo "[default]
Expand All @@ -35,8 +35,4 @@ jobs:
go test -v ./...
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
- name: Run tmate
if: failure()
uses: mxschmitt/action-tmate@v3

uses: jwalton/gh-docker-logs@v2

0 comments on commit d75ddbb

Please sign in to comment.