Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Mar 28, 2024
1 parent d7f9f9c commit 09f8290
Show file tree
Hide file tree
Showing 8 changed files with 32,540 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make install
- run: make test
- run: make lint

e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make install
- run: node server.js &
- uses: ./
Expand All @@ -34,9 +34,9 @@ jobs:
needs: e2e
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: test-results
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: test-data
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ inputs:
default: "/var/tmp"

runs:
using: 'node16'
using: 'node20'
main: 'dist/run-tests/index.js'
post: 'dist/run-post-actions/index.js'
16,262 changes: 16,259 additions & 3 deletions dist/run-post-actions/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/run-post-actions/index.js.map

Large diffs are not rendered by default.

16,274 changes: 16,271 additions & 3 deletions dist/run-tests/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/run-tests/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/hexlet-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Hexlet project check
uses: hexlet/project-action@release
Expand Down
27 changes: 2 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09f8290

Please sign in to comment.