Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 19, 2024
1 parent 00555d3 commit 345516c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update-test-coverage-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
update-test-coverage-artifact:
if: github.event.pull_request.merged == true || ${{ inputs.isManual }} == true
# if: github.event.pull_request.merged == true || ${{ inputs.isManual }} == true
runs-on: ubuntu-latest

services:
Expand Down Expand Up @@ -64,12 +64,12 @@ 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
yarn && yarn build_test
# - 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
# yarn && yarn build_test

- name: Check for missing migrations
run: |
Expand Down

0 comments on commit 345516c

Please sign in to comment.