Skip to content

Commit

Permalink
debug GH Actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed May 14, 2020
1 parent 59d41b2 commit 5ecfd12
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ on:
types:
- created
jobs:
debug:
runs-on: ubuntu-18.04
steps:
- name: Debug Action
uses: hmarr/[email protected]
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macos-latest]
steps:
# TODO: remove this!
- name: Debug Action
uses: hmarr/[email protected]
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
Expand Down

0 comments on commit 5ecfd12

Please sign in to comment.