diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index b79bfab..fb114da 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Integration testing - run: | - cd glance - docker compose up -d \ No newline at end of file + # - name: Integration testing + # run: | + # cd glance + # docker compose up -d \ No newline at end of file