Skip to content

Commit 931e514

Browse files
Publish payment-icons in workflow
1 parent 2cbca3f commit 931e514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
- name: Install Rapidez command
111111
run: php artisan rapidez:install --frontendonly
112112

113+
- name: Publish payment icons
114+
run: php artisan vendor:publish --tag=payment-icons
115+
113116
- name: Install Yarn dependencies
114117
run: npm install -g yarn && yarn
115118

0 commit comments

Comments
 (0)