Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
Update actions to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
heddendorp committed Mar 19, 2023
1 parent 0b6b0c1 commit 9789ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-overview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn --frozen-lockfile
working-directory: evaluation
- name: Extract information from logs
run: node -r @swc-node/register ./src/extractTestInformation.ts
run: npx ts-node-esm ./src/extractTestInformation.ts
working-directory: evaluation

- name: Install dependencies for angular
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download-analysis-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'yarn'
cache-dependency-path: evaluation/yarn.lock
- run: yarn --frozen-lockfile
- run: node -r @swc-node/register ./src/downloadLogs.ts
- run: npx ts-node-esm ./src/downloadLogs.ts
env:
BAMBOO_USERNAME: ${{ secrets.BAMBOO_USERNAME }}
BAMBOO_PASSWORD: ${{ secrets.BAMBOO_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-analysis-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: yarn
cache-dependency-path: evaluation/yarn.lock
- run: yarn
- run: node -r @swc-node/register ./src/triggerRuns.ts
- run: npx ts-node-esm ./src/triggerRuns.ts
env:
BAMBOO_USERNAME: ${{ secrets.BAMBOO_USERNAME }}
BAMBOO_PASSWORD: ${{ secrets.BAMBOO_PASSWORD }}
Expand Down

0 comments on commit 9789ab2

Please sign in to comment.