diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c2748a..8ef999a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ 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