Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 29, 2024
1 parent 9d9d5a3 commit f755999
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ jobs:
with:
elasticsearch-version: 8

- name: Webpack frontend files
run: |
echo "Removing yarn.lock due to yarn v1 package resolution issues"
echo "https://github.com/iarna/wide-align/issues/63"
rm yarn.lock 2>/dev/null || true # silent fail if yarn.lock doesn't exist
yarn && yarn build_test
- name: Check for missing migrations
run: |
python manage.py makemigrations --check
Expand Down Expand Up @@ -131,13 +124,6 @@ jobs:
with:
elasticsearch-version: 8

- name: Webpack frontend files
run: |
echo "Removing yarn.lock due to yarn v1 package resolution issues"
echo "https://github.com/iarna/wide-align/issues/63"
rm yarn.lock 2>/dev/null || true # silent fail if yarn.lock doesn't exist
yarn && yarn build_test
- name: Check for missing migrations
run: |
python manage.py makemigrations --check
Expand Down

0 comments on commit f755999

Please sign in to comment.