Skip to content

Commit

Permalink
Update test_stream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit authored May 22, 2024
1 parent 827090f commit d25cbf0
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/test_stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:

- name: Install dependencies
run: |
sudo dnf -y update && \
dnf install findutils && \
dnf install find && \
dnf clean all
sudo dnf -y update
dnf install findutils
dnf clean all
find --version
sudo dnf -y install dnf-plugins-core && \
sudo dnf config-manager --add-repo=https://download.docker.com/linux/fedora/docker-ce.repo && \
sudo dnf install docker-ce docker-ce-cli containerd.io && \
sudo systemctl start docker && \
sudo systemctl enable docker && \
sudo docker run hello-world
sudo dnf -y install dnf-plugins-core &&
sudo dnf config-manager --add-repo=https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce docker-ce-cli containerd.io
sudo systemctl start docker
sudo systemctl enable docker
sudo docker run hello-world
$(pwd)/scripts/install.sh
aws configure set aws_access_key_id ${{ secrets.aws_access_key_id }}
aws configure set aws_secret_access_key ${{ secrets.aws_secret_access_key }}
Expand Down

0 comments on commit d25cbf0

Please sign in to comment.