Skip to content

Commit

Permalink
Update test_runner.yaml
Browse files Browse the repository at this point in the history
comment out tests
  • Loading branch information
emprestige authored Sep 19, 2024
1 parent 1eb7496 commit 8a89ec7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a89ec7

Please sign in to comment.