From 929847d0e5e1bbe59822faf27e57c033656e8f57 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 21 Nov 2023 20:13:15 +0700 Subject: [PATCH] ci: remove `specified-shell` job in the Test workflow --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc71f57..df09cae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -162,16 +162,3 @@ jobs: build-args: --target test_c --target test_cpp run-test: true test-args: -R test - - specified-shell: - runs-on: windows-latest - steps: - - name: Checkout the repository - uses: actions/checkout@v4.1.1 - - - name: Use the action with specified shell - uses: ./ - with: - shell: bash - source-dir: test - run-build: true