Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 executor: go-machine steps: - check-branch-name - setup-go - checkout - go_test: log_dir: "/tmp/testlogs" save_cache: true - store_artifacts: path: test-results - store_test_results: path: test-results - store_artifacts: path: "/tmp/testlogs"
executor: go-machine steps: - check-branch-name - setup-go - checkout - go_test: log_dir: "/tmp/testlogs" save_cache: true - store_artifacts: path: test-results - store_test_results: path: test-results - store_artifacts: path: "/tmp/testlogs"