Skip to content

Commit

Permalink
workflow setup (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 2, 2024
1 parent 89bec63 commit c5b1eb3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,13 @@ jobs:
name: sinatra-package

- name: Install OpenSSL 1.1
run: dnf -y install compat-openssl11-1.1.1k
run: dnf -y install compat-openssl11-1.1.1k procps-ng

- name: Adjust package permissions
run: |
set -o errexit -o pipefail -o noclobber -o nounset
chmod +x sinatra-package
run: chmod +x sinatra-package

- name: Smoke check
run: |
./sinatra-package -h
run: ./sinatra-package -h

- name: Start packaged Sinatra application
run: ./sinatra-package &
Expand All @@ -65,8 +62,7 @@ jobs:
run: sleep 10

- name: Place GET request
run: |
curl http://localhost:4567
run: curl http://localhost:4567

- name: End Sinatra application
run: pkill -f sinatra.teb

0 comments on commit c5b1eb3

Please sign in to comment.