Skip to content

Commit

Permalink
Merge pull request #47 from hms-dbmi-cellenics/updated-deps
Browse files Browse the repository at this point in the history
Reducing flakiness in the tests
  • Loading branch information
kafkasl authored Jun 20, 2022
2 parents b2c714c + b843838 commit 2004717
Show file tree
Hide file tree
Showing 12 changed files with 2,528,756 additions and 3,891,387 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/run-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,32 @@ on:
required: false
default: ''

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
run-e2e:
name: ${{ format('Run e2e tests for {0}', github.event.inputs.environment) }}
runs-on: ubuntu-20.04
# don't allow two tests to run this section in the environment because they will delete all the
# experiments in the first step
concurrency:
group: ${{ github.event.inputs.environment }}
steps:
- id: checkout
name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- id: setup-node-cache
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
cache-dependency-path: 'e2e'

- id: logging
name: Log GitHub input context
env:
Expand Down
Loading

0 comments on commit 2004717

Please sign in to comment.