Skip to content

Commit

Permalink
Allow CI to install sushi v3
Browse files Browse the repository at this point in the history
  • Loading branch information
torstees committed Sep 18, 2023
1 parent f3932d1 commit 1dfa87a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi@^2.10.2
npm install -g fsh-sushi
sushi .
- name: Update IG publisher
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Deploy IG Site Preview

on:
pull_request:
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, edited, synchronize]

jobs:
publish:
Expand All @@ -11,7 +11,7 @@ jobs:
steps:
- name: 👩‍💻 Checkout code
uses: actions/checkout@v3

- name: 🛠 Set up OpenJDK
uses: actions/setup-java@v1
with:
Expand All @@ -26,11 +26,11 @@ jobs:
- name: 🛠 Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 12

- name: 🛠 Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi@^2.10.2
npm install -g fsh-sushi
sushi .
- name: ⬆️ Update IG publisher
Expand All @@ -48,7 +48,7 @@ jobs:
uses: nwtgck/[email protected]
id: netlify
with:
publish-dir: './output'
publish-dir: "./output"
deploy-message: "🚀 Deploy from GitHub Actions"
github-token: ${{ secrets.GITHUB_TOKEN }}
alias: deploy-preview-${{ github.event.number }}
Expand All @@ -69,6 +69,3 @@ jobs:
Latest commit: ${{ github.event.pull_request.head.sha }}
[View deployment](${{ steps.netlify.outputs.deploy-url }})
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi@^2.10.2
npm install -g fsh-sushi
sushi .
- name: Update IG publisher
Expand Down

0 comments on commit 1dfa87a

Please sign in to comment.