Skip to content

Commit

Permalink
[CI] Update PR workflow to update snapshot
Browse files Browse the repository at this point in the history
This is temporary is should be deep-dived into why
the snapshots are failing from the CI and then in the
future removed the -u flag from the yml file.

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Apr 10, 2021
1 parent 28f056e commit 04ebec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn osd bootstrap
- run: yarn lint
- run: yarn test:jest
# TODO: -u https://github.com/opensearch-project/OpenSearch-Dashboards/issues/278
- run: yarn test:jest -u

0 comments on commit 04ebec0

Please sign in to comment.