DBM-Offline full #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Full DBM-Offline results on push to master | |
run-name: DBM-Offline full | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
dbm-offline-diff: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run DBM-Offline | |
continue-on-error: true | |
uses: DeadlyBossMods/DBM-Offline@main | |
with: | |
diff-mode: false | |
dbm-mod-ref-vanilla: ${{ github.event.after }} | |
test-dbm-core-mods: true | |
test-dbm-vanilla-mods: true | |
test-dbm-dungeon-mods: true | |
upload-repo-branch: main | |
upload-token: ${{ secrets.TEST_RESULT_UPLOAD_TOKEN }} |