Skip to content

Commit

Permalink
Minor changes to ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Wernert committed Jan 18, 2023
1 parent 052fcf8 commit f65179d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}



- name: Install and configure Poetry
run: |
pipx install poetry==1.3.2
Expand All @@ -46,12 +44,11 @@ jobs:
poetry env use ${{ steps.setup_python.outputs.python-version }}
poetry install --no-interaction --no-root
# Instantiate the project
- name: Instantiate project using the values in cookiecutter.json
run: poetry run cookiecutter . --no-input --accept-hooks no

# Configure the project environment
- uses: actions/setup-node@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: "npm"
Expand All @@ -60,7 +57,7 @@ jobs:
- name: Install + build NPM
working-directory: ./sampleapp
run: |
npm install
npm ci
npm run build
- name: Install Sample App dependencies
Expand Down

0 comments on commit f65179d

Please sign in to comment.