Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa committed Nov 1, 2023
1 parent 35e7a2b commit ae3ac6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
- name: Test
run: make test

- name: Check that the docker image builds
run: docker build .

- name: Run local action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_CONFIG_PATH: ./.github/workflows/labeler.yml
run: ./action

- run: tree

- name: Check that the docker image builds
run: docker build . -t local

0 comments on commit ae3ac6c

Please sign in to comment.