Skip to content

Commit

Permalink
Remove docker installation jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonphilip committed Jan 19, 2024
1 parent 9e2e73d commit cfb03f9
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Test and Build

on: [push]

Expand All @@ -11,11 +11,6 @@ jobs:
with:
path: plugins/sample-plugin

# - name: Install Docker
# run: |
# sudo apt-get update
# sudo apt-get install -y docker.io

- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand All @@ -32,11 +27,6 @@ jobs:
with:
path: plugins/sample-plugin

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand All @@ -53,11 +43,6 @@ jobs:
with:
path: plugins/sample-plugin

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand All @@ -74,11 +59,6 @@ jobs:
with:
path: plugins/sample-plugin

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand All @@ -95,11 +75,6 @@ jobs:
with:
path: plugins/sample-plugin

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand All @@ -118,11 +93,6 @@ jobs:
with:
path: plugins/sample-plugin

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Installing Pluginade
working-directory: plugins/sample-plugin
run: sh pluginade.sh install
Expand Down

0 comments on commit cfb03f9

Please sign in to comment.