We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7e9ba commit f97c03cCopy full SHA for f97c03c
1 file changed
.github/workflows/build-and-test.yaml
@@ -135,8 +135,19 @@ jobs:
135
branch: ${{ github.head_ref || github.ref_name }}
136
project: BitGo/advanced-wallets
137
138
+ integration-test:
139
+ name: Integration Test
140
+ runs-on: ubuntu-latest
141
+ needs: [build]
142
+ steps:
143
+ - name: Checkout
144
+ uses: actions/checkout@v4
145
+
146
+ - name: Integration Test (Docker)
147
+ run: npm run docker:test:integration
148
149
test:
- name: Test
150
+ name: Unit Test
151
runs-on: ubuntu-latest
152
steps:
153
- name: Checkout
0 commit comments