From 8a89ec701eae7fd0c91d53b7d532bc436f7e1ae0 Mon Sep 17 00:00:00 2001 From: Em Prestige <69582748+emprestige@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:08:18 +0100 Subject: [PATCH] Update test_runner.yaml comment out tests --- .github/workflows/test_runner.yaml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test_runner.yaml b/.github/workflows/test_runner.yaml index a3f3dc4..a7b9a2a 100644 --- a/.github/workflows/test_runner.yaml +++ b/.github/workflows/test_runner.yaml @@ -1,17 +1,17 @@ -name: Test that the project is runnable +#name: Test that the project is runnable -on: [push, workflow_dispatch] -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }} - STATA_LICENSE: ${{ secrets.STATA_LICENSE }} - HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }} -jobs: - test: - runs-on: ubuntu-latest - name: Test the project can run, using dummy data - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Test that the project is runnable - uses: opensafely-core/research-action@v2 +#on: [push, workflow_dispatch] +#env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }} +# STATA_LICENSE: ${{ secrets.STATA_LICENSE }} +# HONEYCOMB_API_KEY: ${{ secrets.HONEYCOMB_API_KEY }} +#jobs: +# test: +# runs-on: ubuntu-latest +# name: Test the project can run, using dummy data +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# - name: Test that the project is runnable +# uses: opensafely-core/research-action@v2