Skip to content

Commit

Permalink
ci: add baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Pastoor committed Jul 18, 2021
1 parent 2ce85a7 commit eaca927
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ steps:
volumes:
- name: go
path: /go
- name: baseline
image: 906087756158.dkr.ecr.us-east-1.amazonaws.com/r-dev-ci:4.1.0
pull: never
volumes:
- name: go
path: /go
commands:
- export PATH=/go/bin:$PATH
- cd integration_tests/baseline
- make test
- name: version
image: 906087756158.dkr.ecr.us-east-1.amazonaws.com/r-dev-ci:4.1.0
pull: never
Expand Down
3 changes: 2 additions & 1 deletion integration_tests/baseline/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
TEST_HOME=${PWD}

.PHONY: clean
.PHONY: clean update test test-json

clean:
rm -rf test-library
rm -rf test-cache
go clean -testcache

update: clean
go test ./... -update
Expand Down

0 comments on commit eaca927

Please sign in to comment.