diff options
| author | mo khan <mo@mokhan.ca> | 2021-07-10 19:13:25 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-07-10 19:13:25 -0600 |
| commit | c926179d732c6c3eb865992f2e45ef06ba148939 (patch) | |
| tree | b8b41a9abb7221fdec8d541a87150522c0a99ba5 /.github/workflows | |
| parent | 9236179661c83d1781120bb9b30078a439bef097 (diff) | |
chore: use bin/test script in CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49bc6a0..984982c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,4 +7,4 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - run: ./bin/setup - - run: ./bin/rails test + - run: ./bin/test |
