Skip to content

Commit

Permalink
one job, sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 6, 2020
1 parent c5a3b8d commit 11eee5f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run jest tests
name: 'Run jest tests'

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- 'bin/**'
jobs:
sfdx_setup:
name: 'Run jest tests'
name: 'SFDX devhub auth and test'
runs-on: ubuntu-latest
steps:
- name: 'Populate auth file with SFDX_URL secret'
Expand All @@ -19,10 +19,6 @@ jobs:
uses: forcedotcom/salesforcedx-actions@master
with:
args: 'force:auth:sfdxurl:store --sfdxurlfile=./SFDX_URL_STORE.txt --setalias=hub --setdefaultdevhubusername'
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
with:
Expand Down

0 comments on commit 11eee5f

Please sign in to comment.