Skip to content

Commit

Permalink
test(action): fix replacement in run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 4, 2024
1 parent 7778b48 commit 35fc341
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35fc341

Please sign in to comment.