Skip to content

Bump TAS Check dependencies #187

Bump TAS Check dependencies

Bump TAS Check dependencies #187

name: TAS Sync Check
on:
pull_request:
branches: [dev]
jobs:
check:
strategy:
matrix:
tas:
- name: Celeste 100%
url: "https://github.com/VampireFlower/CelesteTAS/archive/2772b2fbb6244f42120dbbc7d3d0381fe3c0c6fe.zip"
path: "CelesteTAS-2772b2fbb6244f42120dbbc7d3d0381fe3c0c6fe/0 - 100%.tas"
- name: Strawberry Jam All Levels
url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/e36912d2a6b0601139a80df67fbec729d0aea755.zip"
path: "StrawberryJamTAS-e36912d2a6b0601139a80df67fbec729d0aea755/0-SJ All Levels.tas"
bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-177dc289.zip"
runs-on: ubuntu-latest
timeout-minutes: 60
name: ${{ matrix.tas.name }}
steps:
- uses: actions/checkout@v5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Wait for Azure build on commit ${{ github.sha }}
run: cd .github/tas-check && ./1-get-build-url.sh "${{ github.sha }}"
- name: Install Everest and required mods
run: cd .github/tas-check && ./2-1-install.sh "${{ matrix.tas.url }}" "${{ matrix.tas.bundle }}"
- name: Run TAS at ${{ matrix.tas.path }}
run: cd .github/tas-check && ./3-run.sh "${{ matrix.tas.path }}"