Skip to content

Commit

Permalink
refactor: rename standard tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Jan 24, 2025
1 parent f205070 commit ca0cb49
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
paths:
- .github/workflows/build-api.yaml
- "integrationos-api/**"
- "integrationos-cache/**"
- "integrationos-domain/**"
- "integrationos-unified/**"
- "core-api/**"
- "core-cache/**"
- "core-domain/**"
- "core-unified/**"
- Cargo.lock
- Dockerfile.common
- integrationos-api/Dockerfile
- core-api/Dockerfile

env:
docker_image_tag: ${{ github.ref == 'refs/heads/main' && github.sha || github.ref_name }}
Expand All @@ -32,7 +32,7 @@ jobs:
image: "us-docker.pkg.dev/integrationos/docker-oss/api:${{ env.docker_image_tag }}"
service_account: github-actions@integrationos.iam.gserviceaccount.com
workload_identity_provider: projects/356173785332/locations/global/workloadIdentityPools/github-actions/providers/github-actions
file: integrationos-api/Dockerfile
file: core-api/Dockerfile
context: .
build-args: |
"EXECUTABLE=integrationos-api"
"EXECUTABLE=core-api"

0 comments on commit ca0cb49

Please sign in to comment.