Skip to content

Commit

Permalink
Merge branch 'mv/use4' of github.com:someengineering/fixinventoryclie…
Browse files Browse the repository at this point in the history
…nt-python into mv/use4
  • Loading branch information
lloesche committed Mar 1, 2024
2 parents fb08890 + 06fd7cb commit 9439178
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fixclient_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ on:
branches:
- main
paths:
- 'fixclient/**'
- 'fixclient/**'
- '.github/**'
tags:
- "*.*.*"
pull_request:
paths:
- 'fixclient/**'
- 'fixclient/**'
- '.github/**'

jobs:
fixclient-test-and-build:
name: "Test and build (fixclient)"
fixclient-test-and-build:
name: "Test and build (fixclient)"
runs-on: ubuntu-latest
Expand All @@ -27,12 +31,17 @@ jobs:
ARANGO_NO_AUTH: 1
ports:
- 8529:8529
fixcore:
image: somecr.io/someengineering/fixcore:4.0.0
fixcore:
image: somecr.io/someengineering/fixcore:4.0.0
env:
FIXCORE_ANALYTICS_OPT_OUT: true
FIXCORE_GRAPHDB_SERVER: http://arangodb:8529
FIXCORE_OVERRIDE: "fixcore.api.web_hosts=0.0.0.0"
FIXCORE_ANALYTICS_OPT_OUT: true
FIXCORE_GRAPHDB_SERVER: http://arangodb:8529
FIXCORE_OVERRIDE: "fixcore.api.web_hosts=0.0.0.0"
ports:
- 8900:8900

Expand Down Expand Up @@ -60,6 +69,7 @@ jobs:
- name: Run nox
env:
FIXCORE_ANALYTICS_OPT_OUT: true
FIXCORE_ANALYTICS_OPT_OUT: true
run: nox
- name: Build a binary wheel and a source tarball
run: >-
Expand Down

0 comments on commit 9439178

Please sign in to comment.