Skip to content

Commit

Permalink
Update test-and-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer authored Oct 31, 2024
1 parent 71d6e4a commit 46534bc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@ on:
pull_request:

jobs:
fail_if_pull_request_is_draft:
if: github.event.pull_request.draft == true
runs-on: ...
steps:
- name: Fails in order to indicate that pull request needs to be marked as ready to review and unit tests workflow needs to pass.
run: exit 1

test:
runs-on: ubuntu-latest
strategy:
matrix:
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, [email protected]]
steps:
- name: Fail on Draft PRs
if: github.event.pull_request.draft == true
run: exit 1

# Checks-out the repository under $GITHUB_WORKSPACE.
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 46534bc

Please sign in to comment.