From: Brendan Hansen Date: Thu, 16 Nov 2023 03:53:51 +0000 (-0600) Subject: fixed: actually fixed build yaml X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=b7d910f24807c753c66253e6adfb44a0818e8d6d;p=onyx.git fixed: actually fixed build yaml --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 7a45baaf..2f162cb5 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -62,15 +62,4 @@ jobs: name: ${{ matrix.artifact_name }} path: dist if-no-files-found: error - retention-days: 5 - - steps: - - uses: actions/checkout@v2 - - name: make build.sh executable - run: chmod +x build.sh - - name: make build directory - run: mkdir -p build - - name: build onyx - run: ./build.sh - - name: run tests - run: ./bin/onyx run scripts/run_tests.onyx + retention-days: 5 \ No newline at end of file