From 2325cf543fb9e3a5b4b9e4e3fecc5e0e8c7e265d Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 22:58:39 +0200 Subject: [PATCH] Try basic ls command --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 844a3da..a1f8f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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