File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : ' Static Google Map Tests'
2+
3+ on :
4+ push :
5+ pull_request :
6+ branches :
7+ - main
8+
9+ jobs :
10+ Run-Tests :
11+ runs-on : ubuntu-latest
12+
13+ strategy :
14+ matrix :
15+ node-version : [14.x]
16+
17+ steps :
18+ - uses : actions/checkout@v2
19+ - name : Use Node.js ${{ matrix.node-version }}
20+ uses : actions/setup-node@v2
21+ with :
22+ node-version : ${{ matrix.node-version }}
23+ cache : ' yarn'
24+ - name : Install dependencies
25+ run : yarn --frozen-lockfile
26+ - name : Run tests!
27+ run : yarn test
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [master , ]
5+ branches : [main , ]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [master ]
8+ branches : [main ]
99 schedule :
1010 - cron : ' 0 13 * * 1'
1111
You can’t perform that action at this time.
0 commit comments