From b7d910f24807c753c66253e6adfb44a0818e8d6d Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 15 Nov 2023 21:53:51 -0600 Subject: [PATCH] fixed: actually fixed build yaml --- .github/workflows/onyx-build.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 -- 2.25.1