Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Dec 21, 2022
1 parent 8ecd561 commit a6ced0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
update:
env:
SERVICE_ACCOUNT: ${{ secrets.SERVICE_ACCOUNT }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/tmp/serviceAccount.json
runs-on: ubuntu-latest
timeout-minutes: 10
outputs:
Expand Down
1 change: 0 additions & 1 deletion test/shell.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const runTest = async () => {
const childProcess = spawn(join(__dirname, "..", "./bin/firebase-cli.js"), {
cwd: join(__dirname, ".."),
env: process.env,
stdio: ["pipe", "pipe", "pipe"],
});
const childProcExitEvent = new Promise((res) => {
childProcess.once("exit", (code) => {
Expand Down

0 comments on commit a6ced0d

Please sign in to comment.