Skip to content

Commit

Permalink
update docker testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Mar 27, 2024
1 parent 567775f commit b804aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/docker/testing/Dockerfile.testing-plugins-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EOF
ENV LANG en_US.utf8

RUN bash -e <<EOF
apt-get update
# Install Robotframework
apt-get install -y python3 python3-dev python3-pip
pip install robotframework robotframework-examples
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/docker-builder-testing-plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker-builder-packaging-plugins
name: docker-builder-testing-plugins

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -22,9 +22,6 @@ jobs:
strategy:
matrix:
include:
- runner: ubuntu-22.04
dockerfile: centos7
image: centos7
- runner: ubuntu-22.04
dockerfile: alma8
image: alma8
Expand Down

0 comments on commit b804aed

Please sign in to comment.