File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767 run : mockery
6868 working-directory : ./integration
6969
70- - name : Run tests
70+ - name : Run integration tests
7171 run : go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
72- working-directory : ./dbos
72+ working-directory : ./integration
7373 env :
7474 PGPASSWORD : a!b@c$d()e*_,/:;=?@ff[]22
7575 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8181 PGPASSWORD : a!b@c$d()e*_,/:;=?@ff[]22
8282 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8383
84- - name : Run integration tests
84+ - name : Run tests
8585 run : go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
86- working-directory : ./integration
86+ working-directory : ./dbos
8787 env :
8888 PGPASSWORD : a!b@c$d()e*_,/:;=?@ff[]22
89- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments