From 35fc34164ac989de33ceb76d65121d94d96df736 Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Thu, 4 Jul 2024 21:20:15 +0700 Subject: [PATCH] test(action): fix replacement in run-tests.yml --- .github/workflows/run-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c8ca5ec..99d6d2a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -121,14 +121,6 @@ jobs: replace: '${{ secrets.SIASN_CONST_SATUAN_KERJA_ID }}' regex: false - - name: Replace SIASN_CONST_PNS_ORANG_ID in phpunit.xml - uses: jacobtomlinson/gha-find-replace@v3 - with: - include: 'phpunit.xml' - find: '{{SIASN_CONST_PNS_ORANG_ID}}' - replace: '${{ secrets.SIASN_CONST_PNS_ORANG_ID }}' - regex: false - - name: Execute tests run: vendor/bin/pest --ci