Skip to content

Commit

Permalink
We are losing access to CircleCI so remove it. (#142)
Browse files Browse the repository at this point in the history
The account on which this CI was running is not beinge renewed so turn off
CircleCI by removing the config file. We can resurrect it later if/when we
get access to a different account under which to run.

We have very similar CI running in GitHub actions anyway so it's not the
end of the world; our tests will still run.
  • Loading branch information
jofegan authored Oct 17, 2024
1 parent 6b294a5 commit 0578457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 72 deletions.
71 changes: 0 additions & 71 deletions .circleci/config.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Unit test
name: GitHub CI

on:
pull_request:
Expand All @@ -31,6 +31,8 @@ jobs:

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0

- name: set up environment
run: |
Expand Down

0 comments on commit 0578457

Please sign in to comment.