We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4cea21 + a9dc28d commit 9f43567Copy full SHA for 9f43567
1 file changed
.github/workflows/test.yml
@@ -13,10 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: Run tests
16
- run: busted --lua=luajit
17
- - name: Report coverage
18
- continue-on-error: true # May fail on server errors (of coveralls.io)
19
- run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime
+ run: busted --lua=luajit --no-coverage
20
check_modcache:
21
runs-on: ubuntu-latest
22
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest
0 commit comments