File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 steps :
1111 - uses : actions/setup-python@v4
1212 with :
13- python-version : 3.7
13+ python-version : 3.9
1414 os_build :
1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
1818 os : [ ubuntu-latest, macos-latest ]
19- python : [ 3.7, 3. 8, 3.9 ]
20- node : [ 14 ]
19+ python : [ 3.8, 3.9 ]
20+ node : [ 18 ]
2121 env :
2222 SAM_CLI_TELEMETRY : " 0"
2323 AWS_REGION : " us-east-1"
3232 - name : Update Homebrew and save docker version
3333 if : runner.os == 'macOS'
3434 run : |
35- brew update --preinstall
36- cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/docker.rb" > .github/brew-formulae
35+ brew tap homebrew/core
36+ cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/d/ docker.rb" > .github/brew-formulae
3737 - name : Configure Homebrew docker cache files
3838 uses : actions/cache@v3
3939 if : runner.os == 'macOS'
@@ -121,7 +121,7 @@ jobs:
121121 sam build --debug --build-dir ./build TypeFunction
122122 sam build --debug --build-dir ./build TestEntrypoint
123123 sam local invoke -t ./build/template.yaml --debug --event ./sam-tests/create.json --log-file ./sam.log TestEntrypoint
124- grep -q '"status":" SUCCESS"' sam.log
124+ grep -q '"SUCCESS"' sam.log
125125 - name : Gather Debug Logs
126126 id : gather_logs
127127 continue-on-error : true
You can’t perform that action at this time.
0 commit comments