fixed: actually fixed build yaml
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 03:53:51 +0000 (21:53 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 03:53:51 +0000 (21:53 -0600)
.github/workflows/onyx-build.yml

index 7a45baafb2edba18f1d3fc1904238cc5c9ff74ea..2f162cb5d03caa2279ab5e20d6f825a0d1b18293 100644 (file)
@@ -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