From 67991c238ef9d1c354cd8ab17473509d604696db Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 2 Aug 2021 16:08:38 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 222b1d0..63326cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: CI # Controls when the workflow will run -on: +on: push: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -13,10 +13,12 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: openscad/mxe-x86_64-deps + runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: + - name: Render and build OpenSCAD project + uses: flat35hd99/eval-openscad@v0.2 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 @@ -29,5 +31,5 @@ jobs: run: | echo Add other actions to build, echo test, and deploy your project. - - name: Check if openscad is installed - run: which openscad + - name: Check if openscad is installed + run: which openscad