File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : integration-test
1+ name : api
22
33on :
44 push :
@@ -18,23 +18,11 @@ jobs:
1818 - name : Checkout 🛎
1919 uses : actions/checkout@v4
2020
21- - name : Checkout httpsms-go SDK
22- uses : actions/checkout@v4
23- with :
24- repository : NdoleStudio/httpsms-go
25- ref : feature/add-phone-webhook-services
26- path : httpsms-go
27-
2821 - name : Set up Go
2922 uses : actions/setup-go@v5
3023 with :
3124 go-version : " 1.23"
3225
33- - name : Fix SDK replace path for CI
34- working-directory : ./tests
35- run : |
36- sed -i 's|replace github.com/NdoleStudio/httpsms-go => ../../httpsms-go|replace github.com/NdoleStudio/httpsms-go => ../httpsms-go|' go.mod
37-
3826 - name : Generate Firebase credentials
3927 run : |
4028 bash tests/generate-firebase-credentials.sh tests/firebase-credentials.json
Original file line number Diff line number Diff line change 1- name : ci
1+ name : web
22
33on :
44 push :
2525 - uses : pnpm/action-setup@v6
2626 name : Install pnpm
2727 with :
28- version : 9
28+ version : 10
2929
3030 - name : Install dependencies 📦
3131 run : pnpm install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/NdoleStudio/httpsms/tests
33go 1.23
44
55require (
6- github.com/NdoleStudio/httpsms-go v0.0.0
6+ github.com/NdoleStudio/httpsms-go v0.0.8
77 github.com/golang-jwt/jwt/v5 v5.2.1
88 github.com/google/uuid v1.6.0
99 github.com/stretchr/testify v1.11.1
@@ -15,5 +15,3 @@ require (
1515 github.com/pmezard/go-difflib v1.0.0 // indirect
1616 gopkg.in/yaml.v3 v3.0.1 // indirect
1717)
18-
19- replace github.com/NdoleStudio/httpsms-go => ../../httpsms-go
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
66github.com/Microsoft/go-winio v0.6.1 /go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM =
77github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8 =
88github.com/Microsoft/hcsshim v0.11.4 /go.mod h1:smjE4dvqPX9Zldna+t5FG3rnoHhaB7QYxPRqGcpAD9w =
9+ github.com/NdoleStudio/httpsms-go v0.0.8 h1:KSBHUhSXuL64wyE9qa1mzktg/9Ov9dL6vHg7O/r+p3U =
10+ github.com/NdoleStudio/httpsms-go v0.0.8 /go.mod h1:NLPfzJkSUOY5As8pli3USCO1ahXXH1BTlspe1pSpwbY =
911github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
1012github.com/cenkalti/backoff/v4 v4.2.1 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
1113github.com/containerd/containerd v1.7.12 h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0 =
You can’t perform that action at this time.
0 commit comments