Skip to content

Commit

Permalink
chore: update both workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Jan 8, 2024
1 parent bb688d7 commit f9763e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
node-version: 18

# - name: Checkout
# uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

configuring-loading-secrets-running-tests:
needs: e2e-system-tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
run: |
workflow="${{ github.workflow }}"
workspace_path="${{ github.workspace }}"
# workspace_path=/home/runner/work/e2e-system-tests/e2e-system-tests
chmod +x "${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh"
"${workspace_path}/e2e-system-tests/scripts/aggregate-json-files.sh" \
Expand Down

0 comments on commit f9763e4

Please sign in to comment.