diff --git a/.github/workflows/test_stream.yaml b/.github/workflows/test_stream.yaml index d8891ea5..052660a7 100644 --- a/.github/workflows/test_stream.yaml +++ b/.github/workflows/test_stream.yaml @@ -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)