Commit c99a6dea authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

configure docker images for GH Actions build

parent 8c167a1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Docker Compose Actions Workflow
on: push
jobs:
  test:
    runs-on: ubuntu-latest
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@ name: Test 10x Genomics
on: push
jobs:
  test:
    runs-on: tomkellygenetics/universc
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@1.0.2
      - uses: actions/checkout@v2
      - name: Build the stack
        run: docker-compose up -d
      - name: Status
+3 −3
Original line number Diff line number Diff line
name: Docker Compose Actions Test Call
name: Docker Test
on: push
jobs:
  test:
    runs-on: tomkellygenetics/cellanger_clean
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@3.0.2
      - uses: actions/checkout@v2
      - name: Build the stack
        run: docker-compose up -d
      - name: Status
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@ name: Test DropSeq / Nadia
on: push
jobs:
  test:
    runs-on: tomkellygenetics/universc
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@1.0.2
      - uses: actions/checkout@v2
      - name: Build the stack
        run: docker-compose up -d
      - name: Status
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@ name: Test ICELL8
on: push
jobs:
  test:
    runs-on: tomkellygenetics/universc
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@1.0.2
      - uses: actions/checkout@v2
      - name: Build the stack
        run: docker-compose up -d
      - name: Status
Loading