name: Platform CI tests on: push: branches: - main pull_request: branches: - main jobs: test: name: QuickStack deploy action tests runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Run action tests run: node --test .gitea/actions/quickstack-oci/deploy.test.mjs