Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Nov 24, 2023
1 parent c5765e4 commit c46d446
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,20 @@ jobs:

tests:
name: WinCC OA tests
runs-on: windows-2019
runs-on: Ubuntu 2004 GCC
container:
image: ghcr.io/agruberetm/winccoa:v3.19.7-server
credentials:
username: mPokornyETM
password: ${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }}
needs: build

steps:
- name: who-am-i
shell: bash
run: |
echo "--This is running in my custom Docker image--"
uname
- uses: actions/checkout@v3

- name: Prepare tests
Expand Down

0 comments on commit c46d446

Please sign in to comment.