mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-24 19:09:21 +00:00
Merge pull request #178 from FunkinCrew/rewrite/bugfix/disable-unittest-action
Disable unit test suite on Actions until we can figure out what's up.
This commit is contained in:
commit
8db2c91bf2
32
.github/workflows/build-shit.yml
vendored
32
.github/workflows/build-shit.yml
vendored
|
@ -61,19 +61,19 @@ jobs:
|
||||||
butler-key: ${{ secrets.BUTLER_API_KEY}}
|
butler-key: ${{ secrets.BUTLER_API_KEY}}
|
||||||
build-dir: export/release/windows/bin
|
build-dir: export/release/windows/bin
|
||||||
target: win
|
target: win
|
||||||
test-unit-win:
|
# test-unit-win:
|
||||||
needs: create-nightly-win
|
# needs: create-nightly-win
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
permissions:
|
# permissions:
|
||||||
contents: write
|
# contents: write
|
||||||
actions: write
|
# actions: write
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
with:
|
# with:
|
||||||
submodules: 'recursive'
|
# submodules: 'recursive'
|
||||||
token: ${{ secrets.GH_RO_PAT }}
|
# token: ${{ secrets.GH_RO_PAT }}
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
# - uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Run unit tests
|
# - name: Run unit tests
|
||||||
run: |
|
# run: |
|
||||||
cd ./tests/unit/
|
# cd ./tests/unit/
|
||||||
./start-win-native.bat
|
# ./start-win-native.bat
|
||||||
|
|
Loading…
Reference in a new issue