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 c19fd36 commit 354dee8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:

- name: Install dependencies
run: |
sudo dnf -y update && \
dnf install findutils && \
dnf clean all
sudo dnf -y update
sudo dnf -y install findutils
sudo dnf clean all
find --version
$(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 }}
- name: Test datastream
run: |
find --version
$(pwd)/tests/scripts/test_stream.sh -d $(pwd)

0 comments on commit 354dee8

Please sign in to comment.