Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Turskyi <[email protected]>
  • Loading branch information
Turskyi committed Feb 10, 2024
1 parent 1ed9299 commit eafce73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Navigate to interface_adapters folder
run: cd components/interface_adapters

- name: Display files after navigation
run: ls -a

- name: Write interface_adapters .env file
run: |
echo $ENV | base64 -d > .env
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Navigate to interface_adapters folder
run: cd components/interface_adapters

- name: Display files after navigation
run: ls -a

- name: Write .env file
run: |
echo $ENV | base64 -d > .env
Expand Down

0 comments on commit eafce73

Please sign in to comment.