Skip to content

Commit

Permalink
Merge pull request #45 from achmadhadikurnia/test/update-tests
Browse files Browse the repository at this point in the history
test(action): fix replacement in run-tests.yml
  • Loading branch information
achmadhadikurnia authored Jul 4, 2024
2 parents d3d96ee + 35fc341 commit ee94105
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 ee94105

Please sign in to comment.