Skip to content

Commit

Permalink
attempt to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl committed Oct 21, 2024
1 parent e4889d5 commit 758d675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

services:
registry:
image: registry:latest
ports:
- 5000:5000
steps:
- name: Checkout repository
uses: actions/checkout@master
Expand Down

0 comments on commit 758d675

Please sign in to comment.