Skip to content

Commit

Permalink
remove gpg lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed Sep 11, 2024
1 parent 1c71e9b commit 672019d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-bats-unix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
run: |
mkdir -p ./.ci_bin
echo "$(pwd)/.ci_bin" >> $GITHUB_PATH
- name: Install GPG
run: sudo apt install -y gnupg2
- name: Install Bats
run: |
npm i bats
Expand Down Expand Up @@ -130,6 +128,5 @@ jobs:
PARQUET_RUNTIME_JAR: ${{ steps.parquet_cli.outputs.runtime_jar }}
BATS_TEST_RETRIES: "3"
run: |
gpg-agent --daemon --enable-ssh-support
bats --tap $BATS_FILTER .
working-directory: ./integration-tests/bats

0 comments on commit 672019d

Please sign in to comment.