File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 24242525 id : rollbar_pre_deploy
2626 with :
27- environment : ' production'
27+ environment : " production"
2828 version : ${{ github.sha }}
29- status : ' started'
29+ status : " started"
3030 env :
3131 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
3232 ROLLBAR_USERNAME : ${{ secrets.ROLLBAR_USERNAME }}
9898 env :
9999 MIX_ENV : test
100100
101- - run : make test
101+ - name : TEST
102+ run : make test
103+ env :
104+ MIX_ENV : test
102105
103106 - name : Upload coverage to Codecov
104107 uses : codecov/codecov-action@v1
@@ -117,9 +120,9 @@ jobs:
117120118121 id : rollbar_post_deploy
119122 with :
120- environment : ' production'
123+ environment : " production"
121124 version : ${{ github.sha }}
122- status : ' succeeded'
125+ status : " succeeded"
123126 env :
124127 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
125128 ROLLBAR_USERNAME : ${{ secrets.ROLLBAR_USERNAME }}
@@ -135,4 +138,3 @@ jobs:
135138 # run: make test-code-checkers
136139 # env:
137140 # MIX_ENV: test
138-
You can’t perform that action at this time.
0 commit comments