From a5fb95eef6745884b0f20626df5dd28bd5df98ae Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 11 May 2024 03:45:51 -0400 Subject: [PATCH] #280 yaml fixed --- .github/workflows/grunt.yml | 22 ++++++++++---------- .github/workflows/itest.yml | 40 ++++++++++++++++++------------------- .github/workflows/up.yml | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index a5f92d1..46862c8 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -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 diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index b4b79ba..55fed12 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -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 diff --git a/.github/workflows/up.yml b/.github/workflows/up.yml index 47e46d8..58f4233 100644 --- a/.github/workflows/up.yml +++ b/.github/workflows/up.yml @@ -46,4 +46,4 @@ jobs: delete-branch: true title: 'New version of EO Maven Plugin' assignees: yegor256 - base: master \ No newline at end of file + base: master