Skip to content

Commit

Permalink
chore(ci): directory cleanup (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 6, 2024
1 parent 98ab544 commit e28fc5d
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 10 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
API_NAME: nest
BASE_URL: https://${{ github.event.repository.name }}-${{ inputs.target }}-frontend.${{ env.DOMAIN }}
run: |
cd integration-tests
cd tests/integration
npm ci
node src/main.js
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
BACKEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/api
FRONTEND_URL: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}
with:
filename: ./load-test/${{ matrix.name }}-test.js
filename: ./tests/load/${{ matrix.name }}-test.js
flags: --vus 10 --duration 30s
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths-ignore:
- '*.md'
- '.github/**'
- '.graphics/**'
- '.github/graphics/**'
- '!.github/workflows/**'
workflow_dispatch:
inputs:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Create a new repository using this repository as a template.

* Verify bcgov/quickstart-openshift is selected under Repository template

![](./.graphics/template.png)
![](./.github/graphics/template.png)

## Secrets and Variables

Expand Down Expand Up @@ -236,7 +236,7 @@ This is required to prevent direct pushes and merges to the default branch. The
* `[check] Require conversation resolution before merging`
* `[check] Include administrators` (optional)

![](./.graphics/branch-protection.png)
![](./.github/graphics/branch-protection.png)

### Adding Team Members

Expand All @@ -261,7 +261,7 @@ Runs on pull request submission.
* Deployment includes curl checks and optional penetration tests
* Other checks and updates as required

![](.graphics/pr-open.png)
![](.github/graphics/pr-open.png)

## Analysis

Expand All @@ -272,7 +272,7 @@ Runs on pull request submission or merge to the default branch.
* CodeQL/GitHub security reporting
* Trivy password, vulnerability and security scanning

![](.graphics/analysis.png)
![](.github/graphics/analysis.png)

## Pull Request Closed

Expand All @@ -281,7 +281,7 @@ Runs on pull request close or merge.
* Cleans up OpenShift objects/artifacts
* Merge promotes successful build images to TEST

![](.graphics/pr-close.png)
![](.github/graphics/pr-close.png)

## Merge

Expand All @@ -295,7 +295,7 @@ Runs on merge to main branch.

\* excludes database changes

![](.graphics/merge.png)
![](.github/graphics/merge.png)

# App Stack

Expand Down Expand Up @@ -334,7 +334,7 @@ After a full workflow run and merge can been run, please do the following:
3. Select `gh-pages`
4. Click `Save`

![img.png](.graphics/schemaspy.png)
![img.png](.github/graphics/schemaspy.png)

# Resources

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e28fc5d

Please sign in to comment.