Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchechyotkin committed Sep 4, 2024
1 parent 84756fe commit b5de606
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ permissions: read-all
jobs:

unit-test:
services:
nats:
image: nats:latest
ports:
- 4222:4222

permissions:
attestations: write
Expand All @@ -35,7 +30,16 @@ jobs:

runs-on: ${{ matrix.os }}

services:
nats:
if: runner.os == 'ubuntu-latest'
image: nats:latest
ports:
- 4222:4222

steps:
- name: start

- name: Checkout tree
uses: actions/checkout@v4

Expand Down

0 comments on commit b5de606

Please sign in to comment.