diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc72431..a7e18ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,17 +4,17 @@ on: branches: - main pull_request: - branches: + branches: - '**' jobs: test: runs-on: ubuntu-latest - + strategy: fail-fast: false matrix: - luaVersion: ["5.1.5", "5.2.4", "5.3.5", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"] - + luaVersion: ["5.1.5", "5.2.4", "5.3.5", "luajit-openresty", "5.1", "5.4"] + steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -48,4 +48,4 @@ jobs: - run: mv ./luacov.report.out ./luacov.lcov - uses: coverallsapp/github-action@v2 with: - path-to-lcov: ./luacov.lcov \ No newline at end of file + path-to-lcov: ./luacov.lcov