diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index ea619f7bab..d56cf7b3ef 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -32,4 +32,4 @@ jobs: - name: Run sanity tests on Linux uses: gradle/gradle-build-action@v2 with: - arguements: integTestRemote -Dtests.rest.cluster=localhost:9200 -Dtests.cluster=localhost:9200 -Dtests.clustername="opensearch" -Dhttps=true -Duser=admin -Dpassword=admin + arguments: integTestRemote -Dtests.rest.cluster=localhost:9200 -Dtests.cluster=localhost:9200 -Dtests.clustername="opensearch" -Dhttps=true -Duser=admin -Dpassword=admin