Skip to content

Commit

Permalink
Attempt to fix daily tests in the 3scale DEV env.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 15, 2024
1 parent abb9f71 commit 07de607
Show file tree
Hide file tree
Showing 7 changed files with 901 additions and 938 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_registry_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Code Checkout
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_studio_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Code Checkout
run: |
Expand Down
1 change: 1 addition & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
Loading

0 comments on commit 07de607

Please sign in to comment.