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