diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 15:50:25 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 15:50:25 -0700 |
| commit | 1e2ad4bc178a5e91e30c3b1386e4067ebf11a9d1 (patch) | |
| tree | 0f0a85a8d546f7cb8b53a6f18cf700874eaac138 /.github/workflows | |
| parent | 95c963db85b3d281206b629344296ae9679bbc0b (diff) | |
chore: rename script to bin
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8af1637..7e38fa2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,4 +13,4 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - name: test - run: ./script/test + run: ./bin/test |
