Skip to content

Commit

Permalink
try removing submodule package.json and yarn.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Clécio Varjão <[email protected]>
  • Loading branch information
cvarjao committed Aug 28, 2023
1 parent f421f49 commit b1431af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ jobs:
- name: Install dependencies
working-directory: ./
run: |
yarn install && \
rm bifold/package.json && \
rm bifold/yarn.lock && \
yarn install && \
git status
# Actual environment variables are not being picked up
Expand Down

0 comments on commit b1431af

Please sign in to comment.