Skip to content

Commit

Permalink
Fix env declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreilles committed Jan 17, 2022
1 parent 89793c9 commit f6df2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
wget https://download.oracle.com/otn_software/linux/instantclient/214000/$ORACLE_DL && \
sudo alien -i $ORACLE_DL
env:
ORACLE_DL=oracle-instantclient-basic-21.4.0.0.0-1.el8.x86_64.rpm
ORACLE_DL: oracle-instantclient-basic-21.4.0.0.0-1.el8.x86_64.rpm
- name: Start databases containers
run: docker compose -f tests/docker-compose.yml up -d --quiet-pull

Expand Down

0 comments on commit f6df2c8

Please sign in to comment.