diff options
| author | Aaron Buchwald <aaron.buchwald56@gmail.com> | 2020-11-13 16:57:33 -0500 |
|---|---|---|
| committer | Aaron Buchwald <aaron.buchwald56@gmail.com> | 2020-11-13 16:57:33 -0500 |
| commit | c519b661358e185f9a9f09586cf7de1b17aa332f (patch) | |
| tree | 338212af78fd63610f60b34eb5524aeacfe1d0dc /.github/workflows | |
| parent | 3ac21519b323c667523034958c479d70a3af228c (diff) | |
Cleanup
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 b59f006..779dba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: - run: ./scripts/build.sh evm shell: bash - run: ./scripts/build_test.sh - shell: bash
\ No newline at end of file + shell: bash |