diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index 414c085..486b43c 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -9,9 +9,10 @@ jobs: Compile-Plate-Tool: runs-on: linux_arm steps: - - run: echo "Preparing to compile plate-tool" - name: Check out repo code uses: https://github.com/actions/checkout@v4 with: ref: "beta-release" - + - name: Compile plate-tool + run: | + ls -la