Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sminot committed Feb 7, 2024
1 parent 8e4e800 commit c649c2b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: Test gig-map
# name: Test gig-map

on: [push, pull_request]
# on: [push, pull_request]

jobs:
# jobs:

test:
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Setup BATS
# uses: mig4/setup-bats@v1
# with:
# bats-version: 1.2.1

- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: set up Python3
uses: actions/setup-python@v3
# - uses: actions/checkout@v3
# - uses: actions/setup-java@v2
# with:
# distribution: 'temurin' # See 'Supported distributions' for available options
# java-version: '17'
# - name: Install Nextflow
# run: |
# wget -qO- get.nextflow.io | bash
# sudo mv nextflow /usr/local/bin/
# - name: set up Python3
# uses: actions/setup-python@v3

- name: Run tests
working-directory: test_data
run: bash run_tests.sh
# - name: Run tests
# working-directory: test_data
# run: bash run_tests.sh

0 comments on commit c649c2b

Please sign in to comment.