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 5a61adc commit 5515e15Copy full SHA for 5515e15
.github/workflows/ci.yml
@@ -32,14 +32,6 @@ jobs:
32
version: 'latest'
33
- name: Install project dependencies
34
run: yarn --frozen-lockfile
35
- # - name: Build Tinny
36
- # run: yarn build:tinny
37
- # - name: Verify Tinny build output
38
- # run: |
39
- # if [ ! -f "./local-tests/index.js" ]; then
40
- # echo "Error: Tinny build output not found"
41
- # exit 1
42
- # fi
43
- uses: nrwl/nx-set-shas@v3
44
with:
45
main-branch-name: 'master'
0 commit comments