Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 6, 2023
1 parent 24eeb7f commit 4450b94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
**/node_modules
**/.gitignore
**/Dockerfile
**/.env.*

.dockerignore
.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile --force --non-interactive
yarn --immutable
yarn setup-python
- name: Up for tests API
Expand Down

0 comments on commit 4450b94

Please sign in to comment.