Skip to content

Commit

Permalink
test(ci): Remove debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 17, 2023
1 parent 57fe742 commit 500f51a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 125 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/debug-ci-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: github.event.inputs.debug_enabled == 'true'

- name: tests
run: bats tests/test.bats
run: bats tests

# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
Expand Down
36 changes: 0 additions & 36 deletions tests/debug-ci-test.bats

This file was deleted.

0 comments on commit 500f51a

Please sign in to comment.