Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
elgeeko1 committed Sep 18, 2024
1 parent 1f77ac8 commit 3d683cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

- name: Generate C Test Publisher
working-directory: InfluxPublisher/c
run: lfc --no-compile src/InfluxPublisher.lf
run: lfc src/InfluxPublisher.lf

- name: Generate Python Test Publisher
working-directory: InfluxPublisher/py
run: lfc --no-compile src/InfluxPublisher.lf
run: lfc src/InfluxPublisher.lf

- name: Build Test Publisher docker images
working-directory: InfluxPublisher
run: docker compose up -d --build
run: docker compose build

test:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 3d683cf

Please sign in to comment.