Skip to content

new ubuntu

new ubuntu #1

Workflow file for this run

name: "Ubuntu 24.04 LTS"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
ubuntu-2004:
name: Test Ubuntu 24.04 LTS
runs-on: ubuntu-24.04
steps:
# git clone
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v6
# Test commands
- name: Run postinstall.sh 🐧
run: sudo -E bash postinstall.sh
# Run tests
- name: Log πŸ“œ
run: cat /tmp/install_*
- name: Test πŸ› οΈ
run: grep "CI detected" < /tmp/install_*