We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ef25e commit 6035295Copy full SHA for 6035295
.github/workflows/CI-CD.yaml
@@ -41,16 +41,16 @@ jobs:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
files: ./coverage.xml
43
44
- build:
45
- needs: test
46
- if: github.actor != 'actions[bot]'
47
- runs-on: ubuntu-latest
48
- steps:
49
- - uses: actions/checkout@v2
50
- with:
51
- ref: ${{ github.head_ref }}
52
-
53
- - name: Build and Run Image
54
- run: |
55
- docker build -t api-to-dataframe .
56
- docker run api-to-dataframe
+ # build:
+ # needs: test
+ # if: github.actor != 'actions[bot]'
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v2
+ # with:
+ # ref: ${{ github.head_ref }}
+
+ # - name: Build and Run Image
+ # run: |
+ # docker build -t api-to-dataframe .
+ # docker run api-to-dataframe
0 commit comments