Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheKai authored Nov 19, 2024
1 parent d0b2775 commit 4142704
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@ on:
pull_request:
branches: [ main ]
jobs:
install_ps_docker:
strategy:
matrix:
os: ["ubuntu:latest", "oraclelinux:9"]
format:
name: Format
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}
volumes:
- ${{ github.workspace }}:/tmp/install
timeout-minutes: 5

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install sudo package
run: apt update -y && apt install sudo -y
- name: Install apt-utils
run: apt install apt-utils -y && echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
- name: Run docker
run: bash /tmp/install/pg-easy-deploy.sh
- name: Run script
run: ./pg-easy-deploy.sh

0 comments on commit 4142704

Please sign in to comment.