Skip to content

Commit

Permalink
Merge branch 'main' into colinodell-improved-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell authored Sep 19, 2024
2 parents c384e00 + ed464d3 commit c522e7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
severity: style

test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run script in BusyBox
run: |
docker run --rm \
-e DEBUG=1 \
-v "${{ github.workspace }}":/workspace \
-w /workspace \
busybox \
./buildkit-prestop.sh
timeout-minutes: 5

0 comments on commit c522e7b

Please sign in to comment.