Patch-Apply Test on OpenCCU Nightly #171
This file contains hidden or 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: Patch-Apply Test on OpenCCU Nightly | |
| on: | |
| push: | |
| schedule: | |
| - cron: '0 6 * * *' # run at 7am UTC | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install dependencies | |
| run: sudo apt-get install -y dos2unix jq curl wget | |
| - name: Checkout 🚚 | |
| uses: actions/checkout@v2 | |
| - name: Run tests 🩺 | |
| run: ./snapshot-test.sh |