This commit is contained in:
Alessio 2022-10-15 16:38:07 -04:00
parent 8ccb55ef79
commit fe305ec2ab

View File

@ -14,11 +14,11 @@ pipeline:
- mkdir persistence/test_profiles - mkdir persistence/test_profiles
- go test -bench=. -cover ./... - go test -bench=. -cover ./...
integration_test: # integration_test:
image: offline-twitter/go # image: offline-twitter/go
commands: # commands:
- cd cmd # - cd cmd
- ./tests.sh # - ./tests.sh
version_bump_test: version_bump_test:
image: offline-twitter/go image: offline-twitter/go
@ -35,7 +35,7 @@ pipeline:
- cd outdated_profile - cd outdated_profile
- twitter fetch_user michaelmalice - twitter fetch_user michaelmalice
- twitter get_user_tweets michaelmalice - twitter get_user_tweets michaelmalice
- (cd ../cmd && ./compile $version) - (cd ../cmd && ./compile.sh $version)
- which ../cmd/tw - which ../cmd/tw
- ../cmd/tw fetch_user michaelmalice - ../cmd/tw fetch_user michaelmalice