Skip to content

Commit

Permalink
fix: run npm install before build:example
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jun 22, 2023
1 parent 5cc9c1b commit 720ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yamcs-quickstart-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
cd quickstart/docker
touch makeout.txt
make all &> makeout.txt &
- run: npm install
- name: Run build:example based on openmct-version
run: |
if [ "${{ matrix.openmct-version }}" = "latest" ]; then
npm run build:example:master
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
npm run build:example
fi
- run: npm install
- run: npx [email protected] install chromium
- name: Get Open MCT e2e tests
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 720ec14

Please sign in to comment.