We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88d6e8 commit 01e0e36Copy full SHA for 01e0e36
1 file changed
.github/workflows/temporal-end-test.yml
@@ -0,0 +1,33 @@
1
+name: temporal end-to-end test
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ test-3-22:
8
+ strategy:
9
+ fail-fast: false
10
+ matrix:
11
+ architecture:
12
+ - ''
13
+ - '-arm'
14
+ runs-on: ubuntu-24.04${{ matrix.architecture }}
15
+ container:
16
+ image: node:26.1.0-alpine3.22
17
+ steps:
18
+ - run: node --version
19
+ - run: node -e "console.log(Temporal)"
20
21
+ test-3-23:
22
23
24
25
26
27
28
29
30
+ image: node:26.1.0-alpine3.23
31
32
33
0 commit comments