Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 25, 2023
1 parent 555c995 commit efdfdf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plone-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ env:
SALESFORCE_USERNAME: [email protected]
SALESFORCE_PASSWORD: bogus
SALESFORCE_TOKEN: bogus
SALESFORCE_DOMAIN: login

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit efdfdf8

Please sign in to comment.