We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b64fa commit 410419fCopy full SHA for 410419f
1 file changed
.github/workflows/end-to-end-challenge.yml
@@ -0,0 +1,12 @@
1
+name: End-to-End Pipeline
2
+on: [push]
3
+jobs:
4
+ ci:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - uses: actions/setup-node@v3
9
+ with:
10
+ node-version: 16
11
+ - run: npm install
12
+ - run: npm test
0 commit comments