diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 281b0ee..6606580 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run tests - run: echo "Running tests..." \ No newline at end of file + run: echo "Running tests... and its works!!" \ No newline at end of file