Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Sep 11, 2024
1 parent 7102d0b commit fc2356d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run test script
run: ./scripts/test.sh
# TODO: run tests in a container
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Run test script
# run: ./scripts/test.sh

build:
runs-on: ubuntu-latest
needs: test
env:
QUAY_USERNAME: chroot.club+cro_robot_rw
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down
Empty file modified scripts/cibuild.sh
100644 → 100755
Empty file.
Empty file modified scripts/test.sh
100644 → 100755
Empty file.

0 comments on commit fc2356d

Please sign in to comment.