Skip to content

pipeline-cmd: add --retries for transient connection errors #12

pipeline-cmd: add --retries for transient connection errors

pipeline-cmd: add --retries for transient connection errors #12

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
run: shellcheck bin/heroku-scripts install.sh
- name: Install bats
run: sudo apt-get update && sudo apt-get install -y bats
- name: Run tests
run: bats test