Try basic ls command

This commit is contained in:
project-repo 2023-04-18 22:58:39 +02:00
commit 2325cf543f

View file

@ -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