adds commit hash for the actions. (#25)
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
This commit is contained in:
parent
68dbc545a6
commit
788a53a462
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
server_version: ['unstable', '8.0.0']
|
server_version: ['unstable', '8.0.0']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
- name: Set the server version for python integration tests
|
- name: Set the server version for python integration tests
|
||||||
run: echo "SERVER_VERSION=${{ matrix.server_version }}" >> $GITHUB_ENV
|
run: echo "SERVER_VERSION=${{ matrix.server_version }}" >> $GITHUB_ENV
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 #v3.1.4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user