Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuedding authored Mar 29, 2024
1 parent 7841c94 commit 7af6b40
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ on:

name: Create Release
jobs:
tests:
name: "Integration testing"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Build docker image"
run: docker build -t fbuedding/fiware-iot-agent-sdk-test -f ./test.Dockerfile .
- name: "Pull docker images"
run: |
docker pull fiware/iotagent-ul:latest
docker pull mongo:4.2
docker pull fiware/orion:latest
- name: "Run tests"
run: docker compose run iot-agent-sdk-test
build:
permissions: write-all
name: Create Release
Expand Down

0 comments on commit 7af6b40

Please sign in to comment.