diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4895b05..11197ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,4 +13,4 @@ jobs: with: node-version: 18 - run: echo "Running test" - - run: exit 0 + - run: exit 1 diff --git a/README.md b/README.md index a4ad0c8..a0bb046 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# test-synclinear \ No newline at end of file +# test-synclinear + +Adding to the Readme \ No newline at end of file