We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98b844 commit c374828Copy full SHA for c374828
.github/workflow/basci-second-react.yaml
@@ -0,0 +1,16 @@
1
+name: basic-second-wrokflow
2
+on: push
3
+jobs:
4
+ test:
5
+ runs-on: ubantu-latest
6
+ steps:
7
+ - name: Checkout code
8
+ uses: actions/checkout@v3
9
+ - name: Install Node.js
10
+ uses: actions/setup-node@v3
11
+ with:
12
+ node-version: '22'
13
+ - name: Install dependencies
14
+ run: npm install
15
+ - name: Run tests
16
+ run: npm test
0 commit comments