Skip to content

Commit

Permalink
Update tests-parser-icu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 12, 2023
1 parent a1930b1 commit f70aff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests-parser-icu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- parser-icu/**
- .github/workflows/tests-parser-icu.yml
workflow_call:
workflow_dispatch:

jobs:
Expand All @@ -17,10 +18,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Node setup
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit f70aff1

Please sign in to comment.