Skip to content

Commit

Permalink
Merge branch 'master' into feature/10-add-rates-in-export-url
Browse files Browse the repository at this point in the history
  • Loading branch information
BilelJegham authored Dec 7, 2021
2 parents f034c13 + 7012212 commit 32700e6
Show file tree
Hide file tree
Showing 3 changed files with 6,538 additions and 1,918 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Linter
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -23,7 +23,7 @@ jobs:
name: Test Unit
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -48,7 +48,7 @@ jobs:
name: Test e2e
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -63,7 +63,7 @@ jobs:
name: Build
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -85,7 +85,7 @@ jobs:
name: Storybook
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -107,7 +107,7 @@ jobs:
name: Chromatic
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- uses: actions/[email protected]
Expand Down
Loading

0 comments on commit 32700e6

Please sign in to comment.