We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a5ff5 commit 0e7fafdCopy full SHA for 0e7fafd
1 file changed
.github/workflows/test.yml
@@ -62,14 +62,14 @@ jobs:
62
run: |
63
echo "Skipping backend tests because no test files were found."
64
65
- # frontend_tests:
66
- # runs-on: ubuntu-latest
+ frontend_tests:
+ runs-on: ubuntu-latest
67
68
- # steps:
69
- # - name: Checkout code
70
- # uses: actions/checkout@v3
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
71
72
- # - name: Set up Node.js
73
- # uses: actions/setup-node@v3
74
- # with:
75
- # node-version: "20"
+ - name: Set up Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: "20"
0 commit comments