Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Jul 25, 2024
1 parent 9270642 commit a1d13fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## including logs, metrics, and traces.
name: Test
on:
push:
# push:

permissions:
id-token: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/traffic-generator-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Create and Push Traffic Generator Image
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'traffic-generator/**'
# branches:
# - main
# paths:
# - 'traffic-generator/**'

permissions:
id-token: write
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build, tag, and push image to Amazon ECR
working-directory: traffic-generator
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: e2e-test-resource
IMAGE_TAG: traffic-generator
run: |
Expand Down
1 change: 1 addition & 0 deletions traffic-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "traffic-generator",
"version": "1.0.0",
"description": "A simple traffic generator that sends GET requests to a list of URLs every 2 minutes",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
Expand Down

0 comments on commit a1d13fc

Please sign in to comment.