diff --git a/.github/actions/vmactions/template.yml b/.github/actions/vmactions/template.yml index eea9e0d..0ce27ce 100644 --- a/.github/actions/vmactions/template.yml +++ b/.github/actions/vmactions/template.yml @@ -1,11 +1,6 @@ name: VM Actions matrix description: VM Actions matrix template -inputs: - run: - description: The CI command to run - required: true - runs: using: composite steps: @@ -13,4 +8,4 @@ runs: with: usesh: true copyback: false - run: ${{inputs.run}} \ No newline at end of file + run: . ./test.sh \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 686ed0e..371433d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -158,10 +158,6 @@ jobs: - name: Test uses: ./.github/actions/vmactions - with: - usesh: true - copyback: false - run: . ./test.sh test-wasip1: runs-on: ubuntu-latest