Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Karatekuh committed Mar 23, 2024
1 parent a552e12 commit 06e0238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
version: '1.6'
ports: '1883:1883'
container-name: 'mosquitto'
config: ${{ github.workspace }}/.github/workflows/mosquitto.conf
- name: Test
run: dotnet test Simulatortests/Simulatortests.csproj --no-build --verbosity normal
5 changes: 5 additions & 0 deletions .github/workflows/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
listener 1883
protocol mqtt
allow_anonymous true
log_dest stdout
log_timestamp_format %Y-%m-%dT%H:%M:%S

0 comments on commit 06e0238

Please sign in to comment.