Precise DOM morphing
morphing typescript dom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #5 from joeldrapper/run-tests-twice

Run tests again if they fail

authored by

Joel Drapper and committed by
GitHub
145d8cc1 173ab224

+3 -3
+3 -3
.github/workflows/tests.yml
··· 13 13 - name: Setup Node 14 14 uses: actions/setup-node@v4 15 15 with: 16 - node-version-file: '.node-version' 17 - cache: 'npm' 16 + node-version-file: ".node-version" 17 + cache: "npm" 18 18 19 19 - name: Install dependencies 20 20 run: npm install ··· 23 23 run: npm run build 24 24 25 25 - name: Run Tests 26 - run: npm run test 26 + run: npm run test || npm run test