Skip to content

Commit 3e74a9e

Browse files
committed
e2e test
1 parent 62c4aed commit 3e74a9e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: test-e2e
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
id-token: write
8+
contents: read
9+
10+
jobs:
11+
test-e2e:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v3
16+
17+
- name: Azure login
18+
uses: azure/login@v2
19+
with:
20+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
21+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
22+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)