Skip to content

Commit

Permalink
refactor workflow into jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 committed Oct 10, 2023
1 parent 8ac9d23 commit 5f510ad
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: Run E2E Tests
on: [push]

jobs:
run-cypress-tests:
init-cypress:
runs-on: ubuntu-latest
# container:
#image: cypress/browsers:node18.12.0-chrome106-ff106
# options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,19 +24,16 @@ jobs:
- run: node --version
- run: node -p 'os.cpus()'
- run: yarn types

init-app:
steps:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '18.16.1'
- name: Install dependencies
run: yarn install

#- name: Set up Python
#uses: actions/setup-python@v2
#with:
# python-version: 3.11

init-environment:
steps:
- name: Integrate Shipyard
uses: shipyard/github-action/[email protected]
with:
Expand Down

0 comments on commit 5f510ad

Please sign in to comment.