WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

feat: replace @_ctp_status_bg with @thm_surface_0 in module configurt… #336

feat: replace @_ctp_status_bg with @thm_surface_0 in module configurt…

feat: replace @_ctp_status_bg with @thm_surface_0 in module configurt… #336

Workflow file for this run

---
name: Tests
permissions:
contents: read
on:
pull_request:
paths-ignore:
- "*.md"
- "assets/**"
push:
paths-ignore:
- "*.md"
- "assets/**"
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ubuntu:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install tmux
run: sudo apt update && sudo apt install -y --allow-downgrades tmux=3.4-1build1
- uses: actions/checkout@v4
- name: Run Tests
shell: bash
run: |
bash --version
tmux -V
./run_tests.sh