Skip to content

Commit

Permalink
test workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduRawoof committed Dec 12, 2024
1 parent bd5f52f commit 6b64138
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

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

# - name: Install Docker
# run: |
Expand Down

0 comments on commit 6b64138

Please sign in to comment.