Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
shortSparrow committed Jan 30, 2024
1 parent 0857360 commit 365a5e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
- main

jobs:
# build:
# name: "Test and build app"
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [20.x] # here you can add many different node versions

# steps:
build:
name: "Test and build app"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x] # here you can add many different node versions

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
# - name: Deploy app
# TODO
reruntest:
if: contains(github.event.comment.body, 'rerun test')
if: contains(github.event.comment.body, 'rerun test')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 365a5e4

Please sign in to comment.