Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Neff committed May 4, 2019
1 parent 0b793f5 commit dccc4a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
command: |
docker run --rm -v /root/repo:/src:ro -w /src alpine:3.8 tar c dist | tar x
- run:
name: Run unit tests
command: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
. setup.env
just test
# - run:
# name: Run unit tests
# command: |
# git config --global user.email "you@example.com"
# git config --global user.name "Your Name"
# . setup.env
# just test

- store_artifacts:
path: ./dist
Expand Down
2 changes: 1 addition & 1 deletion tests/test-new_just.bsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

: ${VSI_COMMON_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../vsi_common"; pwd)"}
. "${VSI_COMMON_DIR}/tests/testlib.sh"
. "${VSI_COMMON_DIR}/tests/testlib.bsh"
. common_source.sh
. uwecho.bsh

Expand Down

0 comments on commit dccc4a1

Please sign in to comment.