Skip to content

Commit

Permalink
chore: skip elastic tests
Browse files Browse the repository at this point in the history
chore: fix typo

chore: fix Dockerfile
  • Loading branch information
moshloop committed Oct 17, 2023
1 parent 6fe2931 commit d0ddbfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- { name: k8s, on: ubuntu-latest }
- { name: datasources, on: ubuntu-latest }
- { name: opensearch, on: ubuntu-latest }
- { name: elasticsearch, on: ubuntu-latest }
# - { name: elasticsearch, on: ubuntu-latest }
- { name: git, on: ubuntu-latest }
# - restic
runs-on: ${{ matrix.suite.on }}
Expand Down
3 changes: 1 addition & 2 deletions build/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ ENV PATH /opt/apache-jmeter-${JMETER_VERSION}/bin/:$PATH

RUN curl -L https://github.com/mergestat/mergestat-lite/releases/download/v0.6.1/mergestat-linux-amd64.tar.gz -o mergestat.tar.gz && \
tar zxf mergestat.tar.gz -C /usr/local/bin && \
rm mergestat.tar.gz && \
mergestat
rm mergestat.tar.gz

# The best developer experience for load testing
ENV K6_VERSION=v0.47.0
Expand Down
2 changes: 1 addition & 1 deletion fixtures/git/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if $(uname -a | grep -q Darwin); then

else
curl -L https://github.com/mergestat/mergestat-lite/releases/download/v0.6.1/mergestat-linux-amd64.tar.gz -o mergestat.tar.gz
tar xf mergestat.tar.gz-C .bin
tar xf mergestat.tar.gz -C .bin
fi

#verification
Expand Down

0 comments on commit d0ddbfa

Please sign in to comment.