Skip to content

Commit

Permalink
Merge pull request #5 from bonicim/update-infra
Browse files Browse the repository at this point in the history
Fix workflow syntax
  • Loading branch information
craig8 authored Dec 20, 2022
2 parents c408aab + 7fd5fc4 commit 85c27b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ env:
LC_ALL: en_US.utf-8
PYTHON_VERSION: '3.8'
OWNER: eclipse-volttron
RUNS_ON: ubuntu-22.04
POETRY_VERSION: 1.2.2

jobs:

deploy-pre-release:
runs-on: ${{env.RUNS_ON}}
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BACnet Proxy Agent

![Passing?](https://github.com/eclipse-volttron/volttron-bacnet-proxy/actions/workflows/run_tests.yml/badge.svg)
![Passing?](https://github.com/eclipse-volttron/volttron-bacnet-proxy/actions/workflows/run-tests.yml/badge.svg)
[![pypi version](https://img.shields.io/pypi/v/volttron-bacnet-proxy.svg)](https://pypi.org/project/volttron-bacnet-proxy/)

BACnet Proxy is an agent that supports communication and management of BACnet devices.
Expand Down

0 comments on commit 85c27b9

Please sign in to comment.