Skip to content

Commit

Permalink
#280 yaml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 11, 2024
1 parent dcacbc0 commit a5fb95e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
node: [16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: npm install
- run: npm install --force -g grunt-cli
- run: grunt
40 changes: 20 additions & 20 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ jobs:
node: [12, 16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: npm install
- run: |
cd itest
p=0.36.0
t=0.36.0
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --batch \
dataize program
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --alone \
--batch dataize program
node ../src/eoc.js clean
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --batch \
test
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: npm install
- run: |
cd itest
p=0.36.0
t=0.36.0
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --batch \
dataize program
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --alone \
--batch dataize program
node ../src/eoc.js clean
node ../src/eoc.js "--parser=$p" "--home-tag=$t" --batch \
test
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
delete-branch: true
title: 'New version of EO Maven Plugin'
assignees: yegor256
base: master
base: master

0 comments on commit a5fb95e

Please sign in to comment.