updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 02:09:21 +08:00
parent fb2b7b0bf0
commit 3b7c771c85

View file

@ -1,32 +0,0 @@
name: Testing
on:
push:
branches:
- "*"
permissions:
contents: write
jobs:
testing:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
steps:
- name: Debug shell
run: |
echo $0
echo $SHELL
- name: Debug Bash shell
run: |
echo $0
echo $SHELL
shell: bash
- name: Debug sh Shell
run: echo $0
echo $SHELL
shell: sh