mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Try basic ls command
This commit is contained in:
parent
2c2fdc251c
commit
2325cf543f
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,3 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "feature/continuous-integration", "development" ]
|
||||
|
|
@ -7,11 +5,6 @@ on:
|
|||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
pre-entrypoint: '../../scripts/install-development-environment'
|
||||
entrypoint: '../../scripts/test'
|
||||
steps:
|
||||
- run: meson test -C build
|
||||
- run: ls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue