From c72d4546edbc628489cafd8ef0c797329388d445 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 13 Jan 2023 20:54:39 +0700 Subject: [PATCH] remove `use-action-with-specified-targets` job --- .github/workflows/test.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efc58fd..b12f53f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,21 +39,6 @@ jobs: - name: Check if the default build directory does not exist run: test ! -d build - use-action-with-specified-targets: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3.3.0 - - - name: Use this action with specified targets - uses: ./ - with: - source-dir: test - targets: test_c test_cpp - - - name: Run build result - run: build/test_c && build/test_cpp - use-action-with-specified-compiler: runs-on: ${{ matrix.os }} strategy: