-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #551 from IATI/develop
Code to speed up report generation to avoid timeouts
- Loading branch information
Showing
19 changed files
with
4,105 additions
and
854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: 'Setup Node Environment' | ||
uses: actions/setup-node@v3.6.0 | ||
uses: actions/setup-node@v3.8.1 | ||
with: | ||
node-version-file: '.nvmrc' | ||
cache: 'npm' | ||
|
||
- name: 'Install Dependencies with Npm' | ||
run: | | ||
npm i -g npm | ||
npm i -g npm@8.19.4 | ||
npm ci | ||
- name: 'Run unit tests' | ||
|
@@ -54,6 +54,6 @@ jobs: | |
pull-requests: write | ||
contents: write | ||
steps: | ||
- uses: fastify/[email protected].0 | ||
- uses: fastify/[email protected].1 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: 'Login via Azure CLI' | ||
uses: azure/[email protected].6 | ||
uses: azure/[email protected].7 | ||
with: | ||
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets | ||
|
||
|
@@ -148,7 +148,7 @@ jobs: | |
image: ${{ env.ACR_LOGIN_SERVER }}/func-${{ env.NAME}}-${{ env.STAGE }}:${{ env.TAG }} | ||
|
||
- name: 'Tag resource for Tech Climate Impact' | ||
uses: 'azure/[email protected].7' | ||
uses: 'azure/[email protected].8' | ||
with: | ||
azcliversion: 2.30.0 | ||
inlineScript: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: 'Login via Azure CLI' | ||
uses: azure/[email protected].6 | ||
uses: azure/[email protected].7 | ||
with: | ||
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets | ||
|
||
|
@@ -133,7 +133,7 @@ jobs: | |
image: ${{ env.ACR_LOGIN_SERVER }}/func-${{ env.NAME}}-${{ env.STAGE }}:${{ env.TAG }} | ||
|
||
- name: 'Tag resource for Tech Climate Impact' | ||
uses: 'azure/[email protected].7' | ||
uses: 'azure/[email protected].8' | ||
with: | ||
azcliversion: 2.30.0 | ||
inlineScript: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.